#B0CDCA

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

Shades of Jungle Mist #B0CDCA

Tints of Jungle Mist #B0CDCA

Color information

#B0CDCA (or 0xB0CDCA) is unknown color: approx Jungle Mist. HEX triplet: B0, CD and CA. RGB value is (176,205,202). Sum of RGB (Red+Green+Blue) = 176+205+202=583 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.19% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CDCA is #4F3235. Grayscale: #C3C3C3. Windows color (decimal): -5190198 or 13290928. OLE color: 13290928.

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

Color convert

RGB176205202-
CMYK0.1400.010.20
HSL173.79º22.48%74.71%-
HSV(B)173.79º14.15%80.39%-
XYZ50.457.1664.25-
YUV195.99131.39113.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.19%
GREEN value IS 205 (80.47% from 255) = 35.16%
BLUE value IS 202 (79.30% from 255) = 34.65%
R=30.19%
G=35.16%
B=34.65%

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
Decimal1762052020.1400.010.20173.7922.4874.71
HexB0CDCAE0114ae164b
Octal26031531216012425626113
Binary1011000011001101110010101110011010010101110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CDCA; }

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

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

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

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

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

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

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

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