Shades of Perano #A8BBFF
Tints of Perano #A8BBFF
RGB
CMYK
RGB Variations
Color information
#A8BBFF (or 0xA8BBFF) is known color: Perano. HEX triplet: A8, BB and FF. RGB value is (168,187,255). Sum of RGB (Red+Green+Blue) = 168+187+255=610 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.54% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8BBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BBFF is #574400. Grayscale: #BCBCBC. Windows color (decimal): -5719041 or 16759720. OLE color: 16759720.
HSL color Cylindrical-coordinate representation of color #A8BBFF: hue angle of 226.9º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8BBFF is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 187 | 255 | - |
| CMYK | 0.34 | 0.27 | 0 | 0 |
| HSL | 226.9º | 1% | 0.83% | - |
| HSV(B) | 226.9º | 0.34% | 1% | - |
| XYZ | 51.97 | 51.09 | 101.73 | - |
| YUV | 189.07 | 165.21 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 255 | 0.34 | 0.27 | 0 | 0 | 226.9 | 1 | 0.83 |
| Hex | A8 | BB | FF | 22 | 1B | 0 | 0 | E3 | 64 | 53 |
| Octal | 250 | 273 | 377 | 42 | 33 | 0 | 0 | 343 | 144 | 123 |
| Binary | 10101000 | 10111011 | 11111111 | 100010 | 11011 | 0 | 0 | 11100011 | 1100100 | 1010011 |
Color Harmonies of #A8BBFF
Complementary color
Monochromatic Colors of #A8BBFF
Black with #A8BBFF
Text Example
Text Example
White with #A8BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BBFF; }
p { color: rgb(168,187,255); }
H1.HeaderClassName
{
color: #A8BBFF;
}
.AnyTagClassName
{
color: #A8BBFF;
}
</style>
background-color css
<style>
a { background-color: #A8BBFF; }
a { background-color: rgb(168,187,255); }
div.DivClassName
{
background-color: #A8BBFF;
}
.BgClassName
{
background-color: #A8BBFF;
}
</style>
border-color css
<style>
span { border-color: #A8BBFF; }
span { border-color: rgb(168,187,255); }
td.TdClassName
{
border-color: #A8BBFF;
}
.TagClassName
{
border-color: #A8BBFF;
}
</style>