Html Css Color HEX #B9CFCE Jungle Mist

📋 copy color: '#B9CFCE'

red 185 ◦ green 207 ◦ blue 206

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

Shades of Jungle Mist #B9CFCE

Tints of Jungle Mist #B9CFCE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.62%

 BLUE value IS 206 (80.86% from 255) = 34.45%

R = 30.94%
G = 34.62%
B = 34.45%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#B9CFCE (or 0xB9CFCE) is known color: Jungle Mist. HEX triplet: B9, CF and CE. RGB value is (185,207,206). Sum of RGB (Red+Green+Blue) = 185+207+206=598 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.94% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFCE is #463031. Grayscale: #C8C8C8. Windows color (decimal): -4599858 or 13553593. OLE color: 13553593.

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

Color convert

RGB 185 207 206 -
CMYK 0.11 0 0.00 0.19
HSL 177.27º 0.19% 0.77% -
HSV(B) 177.27º 0.11% 0.81% -
XYZ 53.46 59.4 67.04 -
YUV 200.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 185 207 206 0.11 0 0.00 0.19 177.27 0.19 0.77
Hex B9 CF CE B 0 0 13 B1 13 4D
Octal 271 317 316 13 0 0 23 261 23 115
Binary 10111001 11001111 11001110 1011 0 0 10011 10110001 10011 1001101

Color Harmonies of #B9CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CFCE

Black with #B9CFCE

Text Example


Text Example

White with #B9CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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