Html Css Color HEX #B9CACB Jungle Mist

📋 copy color: '#B9CACB'

red 185 ◦ green 202 ◦ blue 203

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

Shades of Jungle Mist #B9CACB

Tints of Jungle Mist #B9CACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.41%

R = 31.36%
G = 34.24%
B = 34.41%

CMYK

 C value IS 0.09

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B9CACB (or 0xB9CACB) is known color: Jungle Mist. HEX triplet: B9, CA and CB. RGB value is (185,202,203). Sum of RGB (Red+Green+Blue) = 185+202+203=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 203 - color contains mainly: blue. Hex color #B9CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CACB is #463534. Grayscale: #C5C5C5. Windows color (decimal): -4601141 or 13355705. OLE color: 13355705.

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

Color convert

RGB 185 202 203 -
CMYK 0.09 0.00 0 0.20
HSL 183.33º 0.15% 0.76% -
HSV(B) 183.33º 0.09% 0.8% -
XYZ 51.91 56.87 64.74 -
YUV 197.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 185 202 203 0.09 0.00 0 0.20 183.33 0.15 0.76
Hex B9 CA CB 9 0 0 14 B7 F 4C
Octal 271 312 313 11 0 0 24 267 17 114
Binary 10111001 11001010 11001011 1001 0 0 10100 10110111 1111 1001100

Color Harmonies of #B9CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CACB

Black with #B9CACB

Text Example


Text Example

White with #B9CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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