#B2CBCF

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

Shades of Jungle Mist #B2CBCF

Tints of Jungle Mist #B2CBCF

Color information

#B2CBCF (or 0xB2CBCF) is unknown color: approx Jungle Mist. HEX triplet: B2, CB and CF. RGB value is (178,203,207). Sum of RGB (Red+Green+Blue) = 178+203+207=588 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.27% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 207 - color contains mainly: blue. Hex color #B2CBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CBCF is #4D3430. Grayscale: #C3C3C3. Windows color (decimal): -5059633 or 13618098. OLE color: 13618098.

HSL color Cylindrical-coordinate representation of color #B2CBCF: hue angle of 188.28º 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 #B2CBCF is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB178203207-
CMYK0.140.0200.19
HSL188.28º23.2%75.49%-
HSV(B)188.28º14.01%81.18%-
XYZ50.9856.6867.29-
YUV195.98134.22115.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.27%
GREEN value IS 203 (79.69% from 255) = 34.52%
BLUE value IS 207 (81.25% from 255) = 35.20%
R=30.27%
G=34.52%
B=35.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1782032070.140.0200.19188.2823.275.49
HexB2CBCFE2013bc174b
Octal26231331716202327427113
Binary10110010110010111100111111101001001110111100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CBCF; }

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

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

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

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

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

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

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

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