#B6CFCE

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

Shades of Jungle Mist #B6CFCE

Tints of Jungle Mist #B6CFCE

Color information

#B6CFCE (or 0xB6CFCE) is unknown color: approx Jungle Mist. HEX triplet: B6, CF and CE. RGB value is (182,207,206). Sum of RGB (Red+Green+Blue) = 182+207+206=595 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.59% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 207 - color contains mainly: green. Hex color #B6CFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CFCE is #493031. Grayscale: #C7C7C7. Windows color (decimal): -4796466 or 13553590. OLE color: 13553590.

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

Color convert

RGB182207206-
CMYK0.1200.000.19
HSL177.6º20.66%76.27%-
HSV(B)177.6º12.08%81.18%-
XYZ52.7459.0367.01-
YUV199.41131.72115.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.59%
GREEN value IS 207 (81.25% from 255) = 34.79%
BLUE value IS 206 (80.86% from 255) = 34.62%
R=30.59%
G=34.79%
B=34.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1822072060.1200.000.19177.620.6676.27
HexB6CFCEC0013b2154c
Octal26631731614002326225114
Binary1011011011001111110011101100001001110110010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CFCE; }

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

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

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

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

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

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

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

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