Shades of Perano #A8BDFF
Tints of Perano #A8BDFF
RGB
CMYK
RGB Variations
Color information
#A8BDFF (or 0xA8BDFF) is known color: Perano. HEX triplet: A8, BD and FF. RGB value is (168,189,255). Sum of RGB (Red+Green+Blue) = 168+189+255=612 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.45% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8BDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BDFF is #574200. Grayscale: #BDBDBD. Windows color (decimal): -5718529 or 16760232. OLE color: 16760232.
HSL color Cylindrical-coordinate representation of color #A8BDFF: hue angle of 225.52º 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 #A8BDFF is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 189 | 255 | - |
| CMYK | 0.34 | 0.26 | 0 | 0 |
| HSL | 225.52º | 1% | 0.83% | - |
| HSV(B) | 225.52º | 0.34% | 1% | - |
| XYZ | 52.4 | 51.94 | 101.87 | - |
| YUV | 190.25 | 164.54 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 255 | 0.34 | 0.26 | 0 | 0 | 225.52 | 1 | 0.83 |
| Hex | A8 | BD | FF | 22 | 1A | 0 | 0 | E2 | 64 | 53 |
| Octal | 250 | 275 | 377 | 42 | 32 | 0 | 0 | 342 | 144 | 123 |
| Binary | 10101000 | 10111101 | 11111111 | 100010 | 11010 | 0 | 0 | 11100010 | 1100100 | 1010011 |
Color Harmonies of #A8BDFF
Complementary color
Monochromatic Colors of #A8BDFF
Black with #A8BDFF
Text Example
Text Example
White with #A8BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BDFF; }
p { color: rgb(168,189,255); }
H1.HeaderClassName
{
color: #A8BDFF;
}
.AnyTagClassName
{
color: #A8BDFF;
}
</style>
background-color css
<style>
a { background-color: #A8BDFF; }
a { background-color: rgb(168,189,255); }
div.DivClassName
{
background-color: #A8BDFF;
}
.BgClassName
{
background-color: #A8BDFF;
}
</style>
border-color css
<style>
span { border-color: #A8BDFF; }
span { border-color: rgb(168,189,255); }
td.TdClassName
{
border-color: #A8BDFF;
}
.TagClassName
{
border-color: #A8BDFF;
}
</style>