#B2CDCA

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

Shades of Jungle Mist #B2CDCA

Tints of Jungle Mist #B2CDCA

Color information

#B2CDCA (or 0xB2CDCA) is unknown color: approx Jungle Mist. HEX triplet: B2, CD and CA. RGB value is (178,205,202). Sum of RGB (Red+Green+Blue) = 178+205+202=585 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.43% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CDCA is #4D3235. Grayscale: #C4C4C4. Windows color (decimal): -5059126 or 13290930. OLE color: 13290930.

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

Color convert

RGB178205202-
CMYK0.1300.010.20
HSL173.33º21.26%75.1%-
HSV(B)173.33º13.17%80.39%-
XYZ50.8557.3964.27-
YUV196.58131.05114.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.43%
GREEN value IS 205 (80.47% from 255) = 35.04%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=30.43%
G=35.04%
B=34.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1782052020.1300.010.20173.3321.2675.1
HexB2CDCAD0114ad154b
Octal26231531215012425525113
Binary1011001011001101110010101101011010010101101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CDCA; }

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

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

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

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

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

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

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

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