#B0CACD

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

Shades of Jungle Mist #B0CACD

Tints of Jungle Mist #B0CACD

Color information

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

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

Color convert

RGB176202205-
CMYK0.140.0100.20
HSL186.21º22.48%74.71%-
HSV(B)186.21º14.15%80.39%-
XYZ50.0455.8865.91-
YUV194.57133.89114.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1762022050.140.0100.20186.2122.4874.71
HexB0CACDE1014ba164b
Octal26031231516102427226113
Binary1011000011001010110011011110101010010111010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CACD; }

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

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

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

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

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

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

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

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