#B0CDCB

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

Shades of Jungle Mist #B0CDCB

Tints of Jungle Mist #B0CDCB

Color information

#B0CDCB (or 0xB0CDCB) is unknown color: approx Jungle Mist. HEX triplet: B0, CD and CB. RGB value is (176,205,203). Sum of RGB (Red+Green+Blue) = 176+205+203=584 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.14% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CDCB is #4F3234. Grayscale: #C4C4C4. Windows color (decimal): -5190197 or 13356464. OLE color: 13356464.

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

Color convert

RGB176205203-
CMYK0.1400.010.20
HSL175.86º22.48%74.71%-
HSV(B)175.86º14.15%80.39%-
XYZ50.5257.264.88-
YUV196.1131.89113.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.14%
GREEN value IS 205 (80.47% from 255) = 35.10%
BLUE value IS 203 (79.69% from 255) = 34.76%
R=30.14%
G=35.10%
B=34.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1762052030.1400.010.20175.8622.4874.71
HexB0CDCBE0114b0164b
Octal26031531316012426026113
Binary1011000011001101110010111110011010010110000101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CDCB; }

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

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

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

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

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

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

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

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