Html Css Color HEX #B1C9CE Jungle Mist

📋 copy color: '#B1C9CE'

red 177 ◦ green 201 ◦ blue 206

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

Shades of Jungle Mist #B1C9CE

Tints of Jungle Mist #B1C9CE

RGB

 RED value IS 177 (69.53% from 255) = 30.31%

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

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

R = 30.31%
G = 34.42%
B = 35.27%

CMYK

 C value IS 0.14

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B1C9CE (or 0xB1C9CE) is known color: Jungle Mist. HEX triplet: B1, C9 and CE. RGB value is (177,201,206). Sum of RGB (Red+Green+Blue) = 177+201+206=584 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.31% from 584); Green value is 201 (78.91% from 255 or 34.42% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 206 - color contains mainly: blue. Hex color #B1C9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C9CE is #4E3631. Grayscale: #C2C2C2. Windows color (decimal): -5125682 or 13552049. OLE color: 13552049.

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

Color convert

RGB 177 201 206 -
CMYK 0.14 0.02 0 0.19
HSL 190.34º 0.23% 0.75% -
HSV(B) 190.34º 0.14% 0.81% -
XYZ 50.16 55.58 66.48 -
YUV 194.39 134.55 115.59 -
System Red Green Blue C M Y K H S L
Decimal 177 201 206 0.14 0.02 0 0.19 190.34 0.23 0.75
Hex B1 C9 CE E 2 0 13 BE 17 4B
Octal 261 311 316 16 2 0 23 276 27 113
Binary 10110001 11001001 11001110 1110 10 0 10011 10111110 10111 1001011

Color Harmonies of #B1C9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C9CE

Black with #B1C9CE

Text Example


Text Example

White with #B1C9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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