#B0CBCB

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

Shades of Jungle Mist #B0CBCB

Tints of Jungle Mist #B0CBCB

Color information

#B0CBCB (or 0xB0CBCB) is unknown color: approx Jungle Mist. HEX triplet: B0, CB and CB. RGB value is (176,203,203). Sum of RGB (Red+Green+Blue) = 176+203+203=582 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.24% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #B0CBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CBCB is #4F3434. Grayscale: #C2C2C2. Windows color (decimal): -5190709 or 13355952. OLE color: 13355952.

HSL color Cylindrical-coordinate representation of color #B0CBCB: hue angle of 180º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0CBCB is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176203203-
CMYK0.13000.20
HSL180º20.61%74.31%-
HSV(B)180º13.3%79.61%-
XYZ50.0456.2564.72-
YUV194.93132.55114.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.24%
GREEN value IS 203 (79.69% from 255) = 34.88%
BLUE value IS 203 (79.69% from 255) = 34.88%
R=30.24%
G=34.88%
B=34.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1762032030.13000.2018020.6174.31
HexB0CBCBD0014b4154a
Octal26031331315002426425112
Binary1011000011001011110010111101001010010110100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CBCB; }

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

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

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

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

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

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

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

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