Shades of Perano #A0BDFF
Tints of Perano #A0BDFF
RGB
CMYK
RGB Variations
Color information
#A0BDFF (or 0xA0BDFF) is known color: Perano. HEX triplet: A0, BD and FF. RGB value is (160,189,255). Sum of RGB (Red+Green+Blue) = 160+189+255=604 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.49% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0BDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BDFF is #5F4200. Grayscale: #BBBBBB. Windows color (decimal): -6242817 or 16760224. OLE color: 16760224.
HSL color Cylindrical-coordinate representation of color #A0BDFF: hue angle of 221.68º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0BDFF is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 189 | 255 | - |
| CMYK | 0.37 | 0.26 | 0 | 0 |
| HSL | 221.68º | 1% | 0.81% | - |
| HSV(B) | 221.68º | 0.37% | 1% | - |
| XYZ | 50.74 | 51.09 | 101.79 | - |
| YUV | 187.85 | 165.89 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 255 | 0.37 | 0.26 | 0 | 0 | 221.68 | 1 | 0.81 |
| Hex | A0 | BD | FF | 25 | 1A | 0 | 0 | DE | 64 | 51 |
| Octal | 240 | 275 | 377 | 45 | 32 | 0 | 0 | 336 | 144 | 121 |
| Binary | 10100000 | 10111101 | 11111111 | 100101 | 11010 | 0 | 0 | 11011110 | 1100100 | 1010001 |
Color Harmonies of #A0BDFF
Complementary color
Monochromatic Colors of #A0BDFF
Black with #A0BDFF
Text Example
Text Example
White with #A0BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BDFF; }
p { color: rgb(160,189,255); }
H1.HeaderClassName
{
color: #A0BDFF;
}
.AnyTagClassName
{
color: #A0BDFF;
}
</style>
background-color css
<style>
a { background-color: #A0BDFF; }
a { background-color: rgb(160,189,255); }
div.DivClassName
{
background-color: #A0BDFF;
}
.BgClassName
{
background-color: #A0BDFF;
}
</style>
border-color css
<style>
span { border-color: #A0BDFF; }
span { border-color: rgb(160,189,255); }
td.TdClassName
{
border-color: #A0BDFF;
}
.TagClassName
{
border-color: #A0BDFF;
}
</style>