Shades of Jungle Mist #A1BEC1
Tints of Jungle Mist #A1BEC1
RGB
CMYK
RGB Variations
Color information
#A1BEC1 (or 0xA1BEC1) is known color: Jungle Mist. HEX triplet: A1, BE and C1. RGB value is (161,190,193). Sum of RGB (Red+Green+Blue) = 161+190+193=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 193 - color contains mainly: blue. Hex color #A1BEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BEC1 is #5E413E. Grayscale: #B5B5B5. Windows color (decimal): -6177087 or 12697249. OLE color: 12697249.
HSL color Cylindrical-coordinate representation of color #A1BEC1: hue angle of 185.62º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1BEC1 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 190 | 193 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.24 |
| HSL | 185.63º | 0.21% | 0.69% | - |
| HSV(B) | 185.63º | 0.17% | 0.76% | - |
| XYZ | 42.74 | 48.25 | 57.51 | - |
| YUV | 181.67 | 134.39 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 193 | 0.17 | 0.02 | 0 | 0.24 | 185.63 | 0.21 | 0.69 |
| Hex | A1 | BE | C1 | 11 | 2 | 0 | 18 | BA | 15 | 45 |
| Octal | 241 | 276 | 301 | 21 | 2 | 0 | 30 | 272 | 25 | 105 |
| Binary | 10100001 | 10111110 | 11000001 | 10001 | 10 | 0 | 11000 | 10111010 | 10101 | 1000101 |
Color Harmonies of #A1BEC1
Complementary color
Monochromatic Colors of #A1BEC1
Black with #A1BEC1
Text Example
Text Example
White with #A1BEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BEC1; }
p { color: rgb(161,190,193); }
H1.HeaderClassName
{
color: #A1BEC1;
}
.AnyTagClassName
{
color: #A1BEC1;
}
</style>
background-color css
<style>
a { background-color: #A1BEC1; }
a { background-color: rgb(161,190,193); }
div.DivClassName
{
background-color: #A1BEC1;
}
.BgClassName
{
background-color: #A1BEC1;
}
</style>
border-color css
<style>
span { border-color: #A1BEC1; }
span { border-color: rgb(161,190,193); }
td.TdClassName
{
border-color: #A1BEC1;
}
.TagClassName
{
border-color: #A1BEC1;
}
</style>