#B0CCCB

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

Shades of Jungle Mist #B0CCCB

Tints of Jungle Mist #B0CCCB

Color information

#B0CCCB (or 0xB0CCCB) is unknown color: approx Jungle Mist. HEX triplet: B0, CC and CB. RGB value is (176,204,203). Sum of RGB (Red+Green+Blue) = 176+204+203=583 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.19% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CCCB is #4F3334. Grayscale: #C3C3C3. Windows color (decimal): -5190453 or 13356208. OLE color: 13356208.

HSL color Cylindrical-coordinate representation of color #B0CCCB: hue angle of 177.86º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0CCCB is Cyan = 0.14, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB176204203-
CMYK0.1400.000.2
HSL177.86º21.54%74.51%-
HSV(B)177.86º13.73%80%-
XYZ50.2856.7364.8-
YUV195.51132.22114.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.19%
GREEN value IS 204 (80.08% from 255) = 34.99%
BLUE value IS 203 (79.69% from 255) = 34.82%
R=30.19%
G=34.99%
B=34.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1762042030.1400.000.2177.8621.5474.51
HexB0CCCBE0014b2164b
Octal26031431316002426226113
Binary1011000011001100110010111110001010010110010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CCCB; }

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

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

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

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

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

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

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

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