Html Css Color HEX #B9CAB6 Rainee

📋 copy color: '#B9CAB6'

red 185 ◦ green 202 ◦ blue 182

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

Shades of Rainee #B9CAB6

Tints of Rainee #B9CAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.99%

R = 32.51%
G = 35.5%
B = 31.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#B9CAB6 (or 0xB9CAB6) is known color: Rainee. HEX triplet: B9, CA and B6. RGB value is (185,202,182). Sum of RGB (Red+Green+Blue) = 185+202+182=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 182 (71.48% from 255 or 31.99% from 569); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CAB6 is #463549. Grayscale: #C2C2C2. Windows color (decimal): -4601162 or 11979449. OLE color: 11979449.

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

Color convert

RGB 185 202 182 -
CMYK 0.08 0 0.10 0.21
HSL 111º 0.16% 0.75% -
HSV(B) 111º 0.1% 0.79% -
XYZ 49.57 55.93 52.44 -
YUV 194.64 120.87 121.13 -
System Red Green Blue C M Y K H S L
Decimal 185 202 182 0.08 0 0.10 0.21 111 0.16 0.75
Hex B9 CA B6 8 0 A 15 6F 10 4B
Octal 271 312 266 10 0 12 25 157 20 113
Binary 10111001 11001010 10110110 1000 0 1010 10101 1101111 10000 1001011

Color Harmonies of #B9CAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CAB6

Black with #B9CAB6

Text Example


Text Example

White with #B9CAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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