Html Css Color HEX #B9CAB2 Rainee

📋 copy color: '#B9CAB2'

red 185 ◦ green 202 ◦ blue 178

#B9CAB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rainee #B9CAB2

Tints of Rainee #B9CAB2

RGB

 RED value IS 185 (72.66% from 255) = 32.74%

 GREEN value IS 202 (79.3% from 255) = 35.75%

 BLUE value IS 178 (69.92% from 255) = 31.5%

R = 32.74%
G = 35.75%
B = 31.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#B9CAB2 (or 0xB9CAB2) is known color: Rainee. HEX triplet: B9, CA and B2. RGB value is (185,202,178). Sum of RGB (Red+Green+Blue) = 185+202+178=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 178 (69.92% from 255 or 31.50% from 565); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CAB2 is #46354D. Grayscale: #C2C2C2. Windows color (decimal): -4601166 or 11717305. OLE color: 11717305.

HSL color Cylindrical-coordinate representation of color #B9CAB2: hue angle of 102.5º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9CAB2 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 202 178 -
CMYK 0.08 0 0.12 0.21
HSL 102.5º 0.18% 0.75% -
HSV(B) 102.5º 0.12% 0.79% -
XYZ 49.16 55.77 50.29 -
YUV 194.18 118.87 121.45 -
System Red Green Blue C M Y K H S L
Decimal 185 202 178 0.08 0 0.12 0.21 102.5 0.18 0.75
Hex B9 CA B2 8 0 C 15 66 12 4B
Octal 271 312 262 10 0 14 25 146 22 113
Binary 10111001 11001010 10110010 1000 0 1100 10101 1100110 10010 1001011

Color Harmonies of #B9CAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CAB2

Black with #B9CAB2

Text Example


Text Example

White with #B9CAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CAB2; }

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

 H1.HeaderClassName
 {
   color: #B9CAB2;
 }
 .AnyTagClassName
 {
   color: #B9CAB2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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