#B3CFCE

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

Shades of Jungle Mist #B3CFCE

Tints of Jungle Mist #B3CFCE

Color information

#B3CFCE (or 0xB3CFCE) is unknown color: approx Jungle Mist. HEX triplet: B3, CF and CE. RGB value is (179,207,206). Sum of RGB (Red+Green+Blue) = 179+207+206=592 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.24% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFCE is #4C3031. Grayscale: #C6C6C6. Windows color (decimal): -4993074 or 13553587. OLE color: 13553587.

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

Color convert

RGB179207206-
CMYK0.1400.000.19
HSL177.86º22.58%75.69%-
HSV(B)177.86º13.53%81.18%-
XYZ52.0458.6766.97-
YUV198.51132.22114.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.24%
GREEN value IS 207 (81.25% from 255) = 34.97%
BLUE value IS 206 (80.86% from 255) = 34.80%
R=30.24%
G=34.97%
B=34.80%

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
Decimal1792072060.1400.000.19177.8622.5875.69
HexB3CFCEE0013b2174c
Octal26331731616002326227114
Binary1011001111001111110011101110001001110110010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CFCE; }

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

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

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

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

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

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

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

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