#B5CFAB

Color #B5CFAB Rainee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rainee #B5CFAB

Tints of Rainee #B5CFAB

Color information

#B5CFAB (or 0xB5CFAB) is unknown color: approx Rainee. HEX triplet: B5, CF and AB. RGB value is (181,207,171). Sum of RGB (Red+Green+Blue) = 181+207+171=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CFAB is #4A3054. Grayscale: #C3C3C3. Windows color (decimal): -4862037 or 11259829. OLE color: 11259829.

HSL color Cylindrical-coordinate representation of color #B5CFAB: hue angle of 103.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5CFAB is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB181207171-
CMYK0.1300.170.19
HSL103.33º27.27%74.12%-
HSV(B)103.33º17.39%81.18%-
XYZ48.7257.3947.04-
YUV195.12114.39117.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 32.38%
GREEN value IS 207 (81.25% from 255) = 37.03%
BLUE value IS 171 (67.19% from 255) = 30.59%
R=32.38%
G=37.03%
B=30.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1812071710.1300.170.19103.3327.2774.12
HexB5CFABD01113671b4a
Octal265317253150212314733112
Binary1011010111001111101010111101010001100111100111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CFAB; }

 p { color: rgb(181,207,171); }

 H1.HeaderClassName
 {
   color: #B5CFAB;
 }
 .AnyTagClassName
 {
   color: #B5CFAB;
 }
</style>
background-color css

<style>
 a { background-color: #B5CFAB; }

 a { background-color: rgb(181,207,171); }

 div.DivClassName
 {
   background-color: #B5CFAB;
 }
 .BgClassName
 {
   background-color: #B5CFAB;
 }
</style>
border-color css

<style>
 span { border-color: #B5CFAB; }

 span { border-color: rgb(181,207,171); }

 td.TdClassName
 {
   border-color: #B5CFAB;
 }
 .TagClassName
 {
   border-color: #B5CFAB;
 }
</style>