#B3CECC

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

Shades of Jungle Mist #B3CECC

Tints of Jungle Mist #B3CECC

Color information

#B3CECC (or 0xB3CECC) is unknown color: approx Jungle Mist. HEX triplet: B3, CE and CC. RGB value is (179,206,204). Sum of RGB (Red+Green+Blue) = 179+206+204=589 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.39% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CECC is #4C3133. Grayscale: #C5C5C5. Windows color (decimal): -4993332 or 13422259. OLE color: 13422259.

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

Color convert

RGB179206204-
CMYK0.1300.010.19
HSL175.56º21.6%75.49%-
HSV(B)175.56º13.11%80.78%-
XYZ51.5658.0965.62-
YUV197.7131.55114.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.39%
GREEN value IS 206 (80.86% from 255) = 34.97%
BLUE value IS 204 (80.08% from 255) = 34.63%
R=30.39%
G=34.97%
B=34.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1792062040.1300.010.19175.5621.675.49
HexB3CECCD0113b0164b
Octal26331631415012326026113
Binary1011001111001110110011001101011001110110000101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CECC; }

 p { color: rgb(179,206,204); }

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

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

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

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

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

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

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