Html Css Color HEX #B9CBCC Jungle Mist

📋 copy color: '#B9CBCC'

red 185 ◦ green 203 ◦ blue 204

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

Shades of Jungle Mist #B9CBCC

Tints of Jungle Mist #B9CBCC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.29%

 BLUE value IS 204 (80.08% from 255) = 34.46%

R = 31.25%
G = 34.29%
B = 34.46%

CMYK

 C value IS 0.09

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B9CBCC (or 0xB9CBCC) is known color: Jungle Mist. HEX triplet: B9, CB and CC. RGB value is (185,203,204). Sum of RGB (Red+Green+Blue) = 185+203+204=592 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.25% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 204 - color contains mainly: blue. Hex color #B9CBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CBCC is #463433. Grayscale: #C5C5C5. Windows color (decimal): -4600884 or 13421497. OLE color: 13421497.

HSL color Cylindrical-coordinate representation of color #B9CBCC: hue angle of 183.16º degrees, saturation: 0.16, 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 #B9CBCC is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 203 204 -
CMYK 0.09 0.00 0 0.2
HSL 183.16º 0.16% 0.76% -
HSV(B) 183.16º 0.09% 0.8% -
XYZ 52.26 57.39 65.45 -
YUV 197.73 131.54 118.92 -
System Red Green Blue C M Y K H S L
Decimal 185 203 204 0.09 0.00 0 0.2 183.16 0.16 0.76
Hex B9 CB CC 9 0 0 14 B7 10 4C
Octal 271 313 314 11 0 0 24 267 20 114
Binary 10111001 11001011 11001100 1001 0 0 10100 10110111 10000 1001100

Color Harmonies of #B9CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CBCC

Black with #B9CBCC

Text Example


Text Example

White with #B9CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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