Shades of Perano #A0BDF8
Tints of Perano #A0BDF8
RGB
CMYK
RGB Variations
Color information
#A0BDF8 (or 0xA0BDF8) is known color: Perano. HEX triplet: A0, BD and F8. RGB value is (160,189,248). Sum of RGB (Red+Green+Blue) = 160+189+248=597 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.80% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 248 (97.27% from 255 or 41.54% from 597); Max value from RGB is 248 - color contains mainly: blue. Hex color #A0BDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BDF8 is #5F4207. Grayscale: #BABABA. Windows color (decimal): -6242824 or 16301472. OLE color: 16301472.
HSL color Cylindrical-coordinate representation of color #A0BDF8: hue angle of 220.23º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0BDF8 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 189 | 248 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.03 |
| HSL | 220.23º | 0.86% | 0.8% | - |
| HSV(B) | 220.23º | 0.35% | 0.97% | - |
| XYZ | 49.64 | 50.65 | 95.97 | - |
| YUV | 187.06 | 162.39 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 248 | 0.35 | 0.24 | 0 | 0.03 | 220.23 | 0.86 | 0.8 |
| Hex | A0 | BD | F8 | 23 | 18 | 0 | 3 | DC | 56 | 50 |
| Octal | 240 | 275 | 370 | 43 | 30 | 0 | 3 | 334 | 126 | 120 |
| Binary | 10100000 | 10111101 | 11111000 | 100011 | 11000 | 0 | 11 | 11011100 | 1010110 | 1010000 |
Color Harmonies of #A0BDF8
Complementary color
Monochromatic Colors of #A0BDF8
Black with #A0BDF8
Text Example
Text Example
White with #A0BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BDF8; }
p { color: rgb(160,189,248); }
H1.HeaderClassName
{
color: #A0BDF8;
}
.AnyTagClassName
{
color: #A0BDF8;
}
</style>
background-color css
<style>
a { background-color: #A0BDF8; }
a { background-color: rgb(160,189,248); }
div.DivClassName
{
background-color: #A0BDF8;
}
.BgClassName
{
background-color: #A0BDF8;
}
</style>
border-color css
<style>
span { border-color: #A0BDF8; }
span { border-color: rgb(160,189,248); }
td.TdClassName
{
border-color: #A0BDF8;
}
.TagClassName
{
border-color: #A0BDF8;
}
</style>