#B9CDB5

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

Shades of Rainee #B9CDB5

Tints of Rainee #B9CDB5

Color information

#B9CDB5 (or 0xB9CDB5) is unknown color: approx Rainee. HEX triplet: B9, CD and B5. RGB value is (185,205,181). Sum of RGB (Red+Green+Blue) = 185+205+181=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CDB5 is #46324A. Grayscale: #C4C4C4. Windows color (decimal): -4600395 or 11914681. OLE color: 11914681.

HSL color Cylindrical-coordinate representation of color #B9CDB5: hue angle of 110º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9CDB5 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB185205181-
CMYK0.1000.120.20
HSL110º19.35%75.69%-
HSV(B)110º11.71%80.39%-
XYZ50.1857.3152.13-
YUV196.28119.37119.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.40%
GREEN value IS 205 (80.47% from 255) = 35.90%
BLUE value IS 181 (71.09% from 255) = 31.70%
R=32.40%
G=35.90%
B=31.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1852051810.1000.120.2011019.3575.69
HexB9CDB5A0C146e134c
Octal271315265120142415623114
Binary101110011100110110110101101001100101001101110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CDB5; }

 p { color: rgb(185,205,181); }

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

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

 a { background-color: rgb(185,205,181); }

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

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

 span { border-color: rgb(185,205,181); }

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