#B2CDCD

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

Shades of Jungle Mist #B2CDCD

Tints of Jungle Mist #B2CDCD

Color information

#B2CDCD (or 0xB2CDCD) is unknown color: approx Jungle Mist. HEX triplet: B2, CD and CD. RGB value is (178,205,205). Sum of RGB (Red+Green+Blue) = 178+205+205=588 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.27% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #B2CDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CDCD is #4D3232. Grayscale: #C4C4C4. Windows color (decimal): -5059123 or 13487538. OLE color: 13487538.

HSL color Cylindrical-coordinate representation of color #B2CDCD: hue angle of 180º degrees, saturation: 0.21, 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 #B2CDCD is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB178205205-
CMYK0.13000.20
HSL180º21.26%75.1%-
HSV(B)180º13.17%80.39%-
XYZ51.2157.5466.16-
YUV196.93132.55114.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.27%
GREEN value IS 205 (80.47% from 255) = 34.86%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=30.27%
G=34.86%
B=34.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1782052050.13000.2018021.2675.1
HexB2CDCDD0014b4154b
Octal26231531515002426425113
Binary1011001011001101110011011101001010010110100101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CDCD; }

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

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

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

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

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

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

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

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