#B2CCCB

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

Shades of Jungle Mist #B2CCCB

Tints of Jungle Mist #B2CCCB

Color information

#B2CCCB (or 0xB2CCCB) is unknown color: approx Jungle Mist. HEX triplet: B2, CC and CB. RGB value is (178,204,203). Sum of RGB (Red+Green+Blue) = 178+204+203=585 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.43% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CCCB is #4D3334. Grayscale: #C4C4C4. Windows color (decimal): -5059381 or 13356210. OLE color: 13356210.

HSL color Cylindrical-coordinate representation of color #B2CCCB: hue angle of 177.69º 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 #B2CCCB is Cyan = 0.13, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB178204203-
CMYK0.1300.000.2
HSL177.69º20.31%74.9%-
HSV(B)177.69º12.75%80%-
XYZ50.7356.9664.82-
YUV196.11131.89115.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.43%
GREEN value IS 204 (80.08% from 255) = 34.87%
BLUE value IS 203 (79.69% from 255) = 34.70%
R=30.43%
G=34.87%
B=34.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1782042030.1300.000.2177.6920.3174.9
HexB2CCCBD0014b2144b
Octal26231431315002426224113
Binary1011001011001100110010111101001010010110010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CCCB; }

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

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

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

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

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

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

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

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