#B2CDCF

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

Shades of Jungle Mist #B2CDCF

Tints of Jungle Mist #B2CDCF

Color information

#B2CDCF (or 0xB2CDCF) is unknown color: approx Jungle Mist. HEX triplet: B2, CD and CF. RGB value is (178,205,207). Sum of RGB (Red+Green+Blue) = 178+205+207=590 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.17% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 207 - color contains mainly: blue. Hex color #B2CDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CDCF is #4D3230. Grayscale: #C5C5C5. Windows color (decimal): -5059121 or 13618610. OLE color: 13618610.

HSL color Cylindrical-coordinate representation of color #B2CDCF: hue angle of 184.14º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2CDCF is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB178205207-
CMYK0.140.0100.19
HSL184.14º23.2%75.49%-
HSV(B)184.14º14.01%81.18%-
XYZ51.4557.6367.44-
YUV197.16133.55114.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.17%
GREEN value IS 205 (80.47% from 255) = 34.75%
BLUE value IS 207 (81.25% from 255) = 35.08%
R=30.17%
G=34.75%
B=35.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1782052070.140.0100.19184.1423.275.49
HexB2CDCFE1013b8174b
Octal26231531716102327027113
Binary1011001011001101110011111110101001110111000101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CDCF; }

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

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

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

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

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

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

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

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