#B1CECE

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

Shades of Jungle Mist #B1CECE

Tints of Jungle Mist #B1CECE

Color information

#B1CECE (or 0xB1CECE) is unknown color: approx Jungle Mist. HEX triplet: B1, CE and CE. RGB value is (177,206,206). Sum of RGB (Red+Green+Blue) = 177+206+206=589 (78% of max value = 765). Red value is 177 (69.53% from 255 or 30.05% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #B1CECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CECE is #4E3131. Grayscale: #C5C5C5. Windows color (decimal): -5124402 or 13553329. OLE color: 13553329.

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

Color convert

RGB177206206-
CMYK0.14000.19
HSL180º22.83%75.1%-
HSV(B)180º14.08%80.78%-
XYZ51.3457.9566.87-
YUV197.33132.89113.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.05%
GREEN value IS 206 (80.86% from 255) = 34.97%
BLUE value IS 206 (80.86% from 255) = 34.97%
R=30.05%
G=34.97%
B=34.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1772062060.14000.1918022.8375.1
HexB1CECEE0013b4174b
Octal26131631616002326427113
Binary1011000111001110110011101110001001110110100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CECE; }

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

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

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

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

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

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

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

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