Html Css Color HEX #B5C9CE Jungle Mist

📋 copy color: '#B5C9CE'

red 181 ◦ green 201 ◦ blue 206

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

Shades of Jungle Mist #B5C9CE

Tints of Jungle Mist #B5C9CE

RGB

 RED value IS 181 (71.09% from 255) = 30.78%

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

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

R = 30.78%
G = 34.18%
B = 35.03%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B5C9CE (or 0xB5C9CE) is known color: Jungle Mist. HEX triplet: B5, C9 and CE. RGB value is (181,201,206). Sum of RGB (Red+Green+Blue) = 181+201+206=588 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.78% from 588); Green value is 201 (78.91% from 255 or 34.18% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 206 - color contains mainly: blue. Hex color #B5C9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C9CE is #4A3631. Grayscale: #C3C3C3. Windows color (decimal): -4863538 or 13552053. OLE color: 13552053.

HSL color Cylindrical-coordinate representation of color #B5C9CE: hue angle of 192º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5C9CE is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 201 206 -
CMYK 0.12 0.02 0 0.19
HSL 192º 0.2% 0.76% -
HSV(B) 192º 0.12% 0.81% -
XYZ 51.08 56.05 66.52 -
YUV 195.59 133.87 117.59 -
System Red Green Blue C M Y K H S L
Decimal 181 201 206 0.12 0.02 0 0.19 192 0.2 0.76
Hex B5 C9 CE C 2 0 13 C0 14 4C
Octal 265 311 316 14 2 0 23 300 24 114
Binary 10110101 11001001 11001110 1100 10 0 10011 11000000 10100 1001100

Color Harmonies of #B5C9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C9CE

Black with #B5C9CE

Text Example


Text Example

White with #B5C9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C9CE; }

 p { color: rgb(181,201,206); }

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

background-color css

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

 a { background-color: rgb(181,201,206); }

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

border-color css

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

 span { border-color: rgb(181,201,206); }

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