#B0CAC6

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

Shades of Jungle Mist #B0CAC6

Tints of Jungle Mist #B0CAC6

Color information

#B0CAC6 (or 0xB0CAC6) is unknown color: approx Jungle Mist. HEX triplet: B0, CA and C6. RGB value is (176,202,198). Sum of RGB (Red+Green+Blue) = 176+202+198=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 198 (77.73% from 255 or 34.38% from 576); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CAC6 is #4F3539. Grayscale: #C1C1C1. Windows color (decimal): -5190970 or 13028016. OLE color: 13028016.

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

Color convert

RGB176202198-
CMYK0.1300.020.21
HSL170.77º19.7%74.12%-
HSV(B)170.77º12.87%79.22%-
XYZ49.2255.5561.55-
YUV193.77130.39115.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.56%
GREEN value IS 202 (79.30% from 255) = 35.07%
BLUE value IS 198 (77.73% from 255) = 34.38%
R=30.56%
G=35.07%
B=34.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1762021980.1300.020.21170.7719.774.12
HexB0CAC6D0215ab144a
Octal26031230615022525324112
Binary10110000110010101100011011010101010110101011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CAC6; }

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

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

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

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

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

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

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

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