Shades of Perano #A8BBE9
Tints of Perano #A8BBE9
RGB
CMYK
RGB Variations
Color information
#A8BBE9 (or 0xA8BBE9) is known color: Perano. HEX triplet: A8, BB and E9. RGB value is (168,187,233). Sum of RGB (Red+Green+Blue) = 168+187+233=588 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.57% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 233 (91.41% from 255 or 39.63% from 588); Max value from RGB is 233 - color contains mainly: blue. Hex color #A8BBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BBE9 is #574416. Grayscale: #BABABA. Windows color (decimal): -5719063 or 15317928. OLE color: 15317928.
HSL color Cylindrical-coordinate representation of color #A8BBE9: hue angle of 222.46º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8BBE9 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 187 | 233 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.09 |
| HSL | 222.46º | 0.6% | 0.79% | - |
| HSV(B) | 222.46º | 0.28% | 0.91% | - |
| XYZ | 48.63 | 49.75 | 84.13 | - |
| YUV | 186.56 | 154.21 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 233 | 0.28 | 0.20 | 0 | 0.09 | 222.46 | 0.6 | 0.79 |
| Hex | A8 | BB | E9 | 1C | 14 | 0 | 9 | DE | 3C | 4F |
| Octal | 250 | 273 | 351 | 34 | 24 | 0 | 11 | 336 | 74 | 117 |
| Binary | 10101000 | 10111011 | 11101001 | 11100 | 10100 | 0 | 1001 | 11011110 | 111100 | 1001111 |
Color Harmonies of #A8BBE9
Complementary color
Monochromatic Colors of #A8BBE9
Black with #A8BBE9
Text Example
Text Example
White with #A8BBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BBE9; }
p { color: rgb(168,187,233); }
H1.HeaderClassName
{
color: #A8BBE9;
}
.AnyTagClassName
{
color: #A8BBE9;
}
</style>
background-color css
<style>
a { background-color: #A8BBE9; }
a { background-color: rgb(168,187,233); }
div.DivClassName
{
background-color: #A8BBE9;
}
.BgClassName
{
background-color: #A8BBE9;
}
</style>
border-color css
<style>
span { border-color: #A8BBE9; }
span { border-color: rgb(168,187,233); }
td.TdClassName
{
border-color: #A8BBE9;
}
.TagClassName
{
border-color: #A8BBE9;
}
</style>