Shades of Jungle Mist #A2BDBE
Tints of Jungle Mist #A2BDBE
RGB
CMYK
RGB Variations
Color information
#A2BDBE (or 0xA2BDBE) is known color: Jungle Mist. HEX triplet: A2, BD and BE. RGB value is (162,189,190). Sum of RGB (Red+Green+Blue) = 162+189+190=541 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.94% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 190 - color contains mainly: blue. Hex color #A2BDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BDBE is #5D4241. Grayscale: #B5B5B5. Windows color (decimal): -6111810 or 12500386. OLE color: 12500386.
HSL color Cylindrical-coordinate representation of color #A2BDBE: hue angle of 182.14º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A2BDBE is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 162 | 189 | 190 | - |
CMYK | 0.15 | 0.01 | 0 | 0.25 |
HSL | 182.14º | 0.18% | 0.69% | - |
HSV(B) | 182.14º | 0.15% | 0.75% | - |
XYZ | 42.39 | 47.79 | 55.71 | - |
YUV | 181.04 | 133.05 | 114.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 189 | 190 | 0.15 | 0.01 | 0 | 0.25 | 182.14 | 0.18 | 0.69 |
Hex | A2 | BD | BE | F | 1 | 0 | 19 | B6 | 12 | 45 |
Octal | 242 | 275 | 276 | 17 | 1 | 0 | 31 | 266 | 22 | 105 |
Binary | 10100010 | 10111101 | 10111110 | 1111 | 1 | 0 | 11001 | 10110110 | 10010 | 1000101 |
Color Harmonies of #A2BDBE
Complementary color
Monochromatic Colors of #A2BDBE
Black with #A2BDBE
Text Example
Text Example
White with #A2BDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BDBE; }
p { color: rgb(162,189,190); }
H1.HeaderClassName
{
color: #A2BDBE;
}
.AnyTagClassName
{
color: #A2BDBE;
}
</style>
background-color css
<style>
a { background-color: #A2BDBE; }
a { background-color: rgb(162,189,190); }
div.DivClassName
{
background-color: #A2BDBE;
}
.BgClassName
{
background-color: #A2BDBE;
}
</style>
border-color css
<style>
span { border-color: #A2BDBE; }
span { border-color: rgb(162,189,190); }
td.TdClassName
{
border-color: #A2BDBE;
}
.TagClassName
{
border-color: #A2BDBE;
}
</style>