#B9CBB2

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

Shades of Rainee #B9CBB2

Tints of Rainee #B9CBB2

Color information

#B9CBB2 (or 0xB9CBB2) is unknown color: approx Rainee. HEX triplet: B9, CB and B2. RGB value is (185,203,178). Sum of RGB (Red+Green+Blue) = 185+203+178=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CBB2 is #46344D. Grayscale: #C2C2C2. Windows color (decimal): -4600910 or 11717561. OLE color: 11717561.

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

Color convert

RGB185203178-
CMYK0.0900.120.20
HSL103.2º19.38%74.71%-
HSV(B)103.2º12.32%79.61%-
XYZ49.456.2450.37-
YUV194.77118.54121.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.69%
GREEN value IS 203 (79.69% from 255) = 35.87%
BLUE value IS 178 (69.92% from 255) = 31.45%
R=32.69%
G=35.87%
B=31.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1852031780.0900.120.20103.219.3874.71
HexB9CBB290C1467134b
Octal271313262110142414723113
Binary101110011100101110110010100101100101001100111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CBB2; }

 p { color: rgb(185,203,178); }

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

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

 a { background-color: rgb(185,203,178); }

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

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

 span { border-color: rgb(185,203,178); }

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