#B2CCCC

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

Shades of Jungle Mist #B2CCCC

Tints of Jungle Mist #B2CCCC

Color information

#B2CCCC (or 0xB2CCCC) is unknown color: approx Jungle Mist. HEX triplet: B2, CC and CC. RGB value is (178,204,204). Sum of RGB (Red+Green+Blue) = 178+204+204=586 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.38% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #B2CCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CCCC is #4D3333. Grayscale: #C4C4C4. Windows color (decimal): -5059380 or 13421746. OLE color: 13421746.

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

Color convert

RGB178204204-
CMYK0.13000.2
HSL180º20.31%74.9%-
HSV(B)180º12.75%80%-
XYZ50.8557.0165.45-
YUV196.23132.39115-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.38%
GREEN value IS 204 (80.08% from 255) = 34.81%
BLUE value IS 204 (80.08% from 255) = 34.81%
R=30.38%
G=34.81%
B=34.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1782042040.13000.218020.3174.9
HexB2CCCCD0014b4144b
Octal26231431415002426424113
Binary1011001011001100110011001101001010010110100101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CCCC; }

 p { color: rgb(178,204,204); }

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

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

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

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

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

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

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