Html Css Color HEX #B9CECC Jungle Mist

📋 copy color: '#B9CECC'

red 185 ◦ green 206 ◦ blue 204

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

Shades of Jungle Mist #B9CECC

Tints of Jungle Mist #B9CECC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.62%

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

R = 31.09%
G = 34.62%
B = 34.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#B9CECC (or 0xB9CECC) is known color: Jungle Mist. HEX triplet: B9, CE and CC. RGB value is (185,206,204). Sum of RGB (Red+Green+Blue) = 185+206+204=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CECC is #463133. Grayscale: #C7C7C7. Windows color (decimal): -4600116 or 13422265. OLE color: 13422265.

HSL color Cylindrical-coordinate representation of color #B9CECC: hue angle of 174.29º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9CECC is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 206 204 -
CMYK 0.10 0 0.01 0.19
HSL 174.29º 0.18% 0.77% -
HSV(B) 174.29º 0.1% 0.81% -
XYZ 52.98 58.82 65.69 -
YUV 199.49 130.54 117.66 -
System Red Green Blue C M Y K H S L
Decimal 185 206 204 0.10 0 0.01 0.19 174.29 0.18 0.77
Hex B9 CE CC A 0 1 13 AE 12 4D
Octal 271 316 314 12 0 1 23 256 22 115
Binary 10111001 11001110 11001100 1010 0 1 10011 10101110 10010 1001101

Color Harmonies of #B9CECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CECC

Black with #B9CECC

Text Example


Text Example

White with #B9CECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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