Shades of Perano #A0BBFD
Tints of Perano #A0BBFD
RGB
CMYK
RGB Variations
Color information
#A0BBFD (or 0xA0BBFD) is known color: Perano. HEX triplet: A0, BB and FD. RGB value is (160,187,253). Sum of RGB (Red+Green+Blue) = 160+187+253=600 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.67% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #A0BBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BBFD is #5F4402. Grayscale: #BABABA. Windows color (decimal): -6243331 or 16628640. OLE color: 16628640.
HSL color Cylindrical-coordinate representation of color #A0BBFD: hue angle of 222.58º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0BBFD is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 187 | 253 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.01 |
| HSL | 222.58º | 0.96% | 0.81% | - |
| HSV(B) | 222.58º | 0.37% | 0.99% | - |
| XYZ | 50 | 50.11 | 99.96 | - |
| YUV | 186.45 | 165.55 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 187 | 253 | 0.37 | 0.26 | 0 | 0.01 | 222.58 | 0.96 | 0.81 |
| Hex | A0 | BB | FD | 25 | 1A | 0 | 1 | DF | 60 | 51 |
| Octal | 240 | 273 | 375 | 45 | 32 | 0 | 1 | 337 | 140 | 121 |
| Binary | 10100000 | 10111011 | 11111101 | 100101 | 11010 | 0 | 1 | 11011111 | 1100000 | 1010001 |
Color Harmonies of #A0BBFD
Complementary color
Monochromatic Colors of #A0BBFD
Black with #A0BBFD
Text Example
Text Example
White with #A0BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BBFD; }
p { color: rgb(160,187,253); }
H1.HeaderClassName
{
color: #A0BBFD;
}
.AnyTagClassName
{
color: #A0BBFD;
}
</style>
background-color css
<style>
a { background-color: #A0BBFD; }
a { background-color: rgb(160,187,253); }
div.DivClassName
{
background-color: #A0BBFD;
}
.BgClassName
{
background-color: #A0BBFD;
}
</style>
border-color css
<style>
span { border-color: #A0BBFD; }
span { border-color: rgb(160,187,253); }
td.TdClassName
{
border-color: #A0BBFD;
}
.TagClassName
{
border-color: #A0BBFD;
}
</style>