Shades of Perano #A0B8FE
Tints of Perano #A0B8FE
RGB
CMYK
RGB Variations
Color information
#A0B8FE (or 0xA0B8FE) is known color: Perano. HEX triplet: A0, B8 and FE. RGB value is (160,184,254). Sum of RGB (Red+Green+Blue) = 160+184+254=598 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.76% from 598); Green value is 184 (72.27% from 255 or 30.77% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0B8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0B8FE is #5F4701. Grayscale: #B8B8B8. Windows color (decimal): -6244098 or 16693408. OLE color: 16693408.
HSL color Cylindrical-coordinate representation of color #A0B8FE: hue angle of 224.68º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0B8FE is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 184 | 254 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.00 |
| HSL | 224.68º | 0.98% | 0.81% | - |
| HSV(B) | 224.68º | 0.37% | 1% | - |
| XYZ | 49.53 | 48.91 | 100.6 | - |
| YUV | 184.8 | 167.05 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 184 | 254 | 0.37 | 0.28 | 0 | 0.00 | 224.68 | 0.98 | 0.81 |
| Hex | A0 | B8 | FE | 25 | 1C | 0 | 0 | E1 | 62 | 51 |
| Octal | 240 | 270 | 376 | 45 | 34 | 0 | 0 | 341 | 142 | 121 |
| Binary | 10100000 | 10111000 | 11111110 | 100101 | 11100 | 0 | 0 | 11100001 | 1100010 | 1010001 |
Color Harmonies of #A0B8FE
Complementary color
Monochromatic Colors of #A0B8FE
Black with #A0B8FE
Text Example
Text Example
White with #A0B8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B8FE; }
p { color: rgb(160,184,254); }
H1.HeaderClassName
{
color: #A0B8FE;
}
.AnyTagClassName
{
color: #A0B8FE;
}
</style>
background-color css
<style>
a { background-color: #A0B8FE; }
a { background-color: rgb(160,184,254); }
div.DivClassName
{
background-color: #A0B8FE;
}
.BgClassName
{
background-color: #A0B8FE;
}
</style>
border-color css
<style>
span { border-color: #A0B8FE; }
span { border-color: rgb(160,184,254); }
td.TdClassName
{
border-color: #A0B8FE;
}
.TagClassName
{
border-color: #A0B8FE;
}
</style>