#B1CECD

Color #B1CECD Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #B1CECD

Tints of Jungle Mist #B1CECD

Color information

#B1CECD (or 0xB1CECD) is unknown color: approx Jungle Mist. HEX triplet: B1, CE and CD. RGB value is (177,206,205). Sum of RGB (Red+Green+Blue) = 177+206+205=588 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.10% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CECD is #4E3132. Grayscale: #C5C5C5. Windows color (decimal): -5124403 or 13487793. OLE color: 13487793.

HSL color Cylindrical-coordinate representation of color #B1CECD: hue angle of 177.93º 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 #B1CECD is Cyan = 0.14, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB177206205-
CMYK0.1400.000.19
HSL177.93º22.83%75.1%-
HSV(B)177.93º14.08%80.78%-
XYZ51.2257.966.23-
YUV197.22132.39113.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.10%
GREEN value IS 206 (80.86% from 255) = 35.03%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=30.10%
G=35.03%
B=34.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1772062050.1400.000.19177.9322.8375.1
HexB1CECDE0013b2174b
Octal26131631516002326227113
Binary1011000111001110110011011110001001110110010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CECD; }

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

 H1.HeaderClassName
 {
   color: #B1CECD;
 }
 .AnyTagClassName
 {
   color: #B1CECD;
 }
</style>
background-color css

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

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

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

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

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

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