Shades of Perano #A6BBE9
Tints of Perano #A6BBE9
RGB
CMYK
RGB Variations
Color information
#A6BBE9 (or 0xA6BBE9) is known color: Perano. HEX triplet: A6, BB and E9. RGB value is (166,187,233). Sum of RGB (Red+Green+Blue) = 166+187+233=586 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.33% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 233 (91.41% from 255 or 39.76% from 586); Max value from RGB is 233 - color contains mainly: blue. Hex color #A6BBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BBE9 is #594416. Grayscale: #B9B9B9. Windows color (decimal): -5850135 or 15317926. OLE color: 15317926.
HSL color Cylindrical-coordinate representation of color #A6BBE9: hue angle of 221.19º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6BBE9 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 187 | 233 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.09 |
| HSL | 221.19º | 0.6% | 0.78% | - |
| HSV(B) | 221.19º | 0.29% | 0.91% | - |
| XYZ | 48.2 | 49.53 | 84.11 | - |
| YUV | 185.97 | 154.54 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 187 | 233 | 0.29 | 0.20 | 0 | 0.09 | 221.19 | 0.6 | 0.78 |
| Hex | A6 | BB | E9 | 1D | 14 | 0 | 9 | DD | 3C | 4E |
| Octal | 246 | 273 | 351 | 35 | 24 | 0 | 11 | 335 | 74 | 116 |
| Binary | 10100110 | 10111011 | 11101001 | 11101 | 10100 | 0 | 1001 | 11011101 | 111100 | 1001110 |
Color Harmonies of #A6BBE9
Complementary color
Monochromatic Colors of #A6BBE9
Black with #A6BBE9
Text Example
Text Example
White with #A6BBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BBE9; }
p { color: rgb(166,187,233); }
H1.HeaderClassName
{
color: #A6BBE9;
}
.AnyTagClassName
{
color: #A6BBE9;
}
</style>
background-color css
<style>
a { background-color: #A6BBE9; }
a { background-color: rgb(166,187,233); }
div.DivClassName
{
background-color: #A6BBE9;
}
.BgClassName
{
background-color: #A6BBE9;
}
</style>
border-color css
<style>
span { border-color: #A6BBE9; }
span { border-color: rgb(166,187,233); }
td.TdClassName
{
border-color: #A6BBE9;
}
.TagClassName
{
border-color: #A6BBE9;
}
</style>