Html Css Color HEX #B9CCCB Jungle Mist

📋 copy color: '#B9CCCB'

red 185 ◦ green 204 ◦ blue 203

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

Shades of Jungle Mist #B9CCCB

Tints of Jungle Mist #B9CCCB

RGB

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

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

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

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

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

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

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

Color convert

RGB 185 204 203 -
CMYK 0.09 0 0.00 0.2
HSL 176.84º 0.16% 0.76% -
HSV(B) 176.84º 0.09% 0.8% -
XYZ 52.38 57.81 64.9 -
YUV 198.21 130.71 118.58 -
System Red Green Blue C M Y K H S L
Decimal 185 204 203 0.09 0 0.00 0.2 176.84 0.16 0.76
Hex B9 CC CB 9 0 0 14 B1 10 4C
Octal 271 314 313 11 0 0 24 261 20 114
Binary 10111001 11001100 11001011 1001 0 0 10100 10110001 10000 1001100

Color Harmonies of #B9CCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CCCB

Black with #B9CCCB

Text Example


Text Example

White with #B9CCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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