Html Css Color HEX #B9CBCB Jungle Mist

📋 copy color: '#B9CBCB'

red 185 ◦ green 203 ◦ blue 203

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

Shades of Jungle Mist #B9CBCB

Tints of Jungle Mist #B9CBCB

RGB

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

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

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

R = 31.3%
G = 34.35%
B = 34.35%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B9CBCB (or 0xB9CBCB) is known color: Jungle Mist. HEX triplet: B9, CB and CB. RGB value is (185,203,203). Sum of RGB (Red+Green+Blue) = 185+203+203=591 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.30% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #B9CBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CBCB is #463434. Grayscale: #C5C5C5. Windows color (decimal): -4600885 or 13355961. OLE color: 13355961.

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

Color convert

RGB 185 203 203 -
CMYK 0.09 0 0 0.20
HSL 180º 0.15% 0.76% -
HSV(B) 180º 0.09% 0.8% -
XYZ 52.14 57.34 64.82 -
YUV 197.62 131.04 119 -
System Red Green Blue C M Y K H S L
Decimal 185 203 203 0.09 0 0 0.20 180 0.15 0.76
Hex B9 CB CB 9 0 0 14 B4 F 4C
Octal 271 313 313 11 0 0 24 264 17 114
Binary 10111001 11001011 11001011 1001 0 0 10100 10110100 1111 1001100

Color Harmonies of #B9CBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CBCB

Black with #B9CBCB

Text Example


Text Example

White with #B9CBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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