Html Css Color HEX #B9C9CC Jungle Mist

📋 copy color: '#B9C9CC'

red 185 ◦ green 201 ◦ blue 204

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

Shades of Jungle Mist #B9C9CC

Tints of Jungle Mist #B9C9CC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.07%

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

R = 31.36%
G = 34.07%
B = 34.58%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B9C9CC (or 0xB9C9CC) is known color: Jungle Mist. HEX triplet: B9, C9 and CC. RGB value is (185,201,204). Sum of RGB (Red+Green+Blue) = 185+201+204=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 201 (78.91% from 255 or 34.07% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 204 - color contains mainly: blue. Hex color #B9C9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C9CC is #463633. Grayscale: #C4C4C4. Windows color (decimal): -4601396 or 13420985. OLE color: 13420985.

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

Color convert

RGB 185 201 204 -
CMYK 0.09 0.01 0 0.2
HSL 189.47º 0.16% 0.76% -
HSV(B) 189.47º 0.09% 0.8% -
XYZ 51.79 56.45 65.29 -
YUV 196.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 185 201 204 0.09 0.01 0 0.2 189.47 0.16 0.76
Hex B9 C9 CC 9 1 0 14 BD 10 4C
Octal 271 311 314 11 1 0 24 275 20 114
Binary 10111001 11001001 11001100 1001 1 0 10100 10111101 10000 1001100

Color Harmonies of #B9C9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C9CC

Black with #B9C9CC

Text Example


Text Example

White with #B9C9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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