Shades of Perano #A0B7FC
Tints of Perano #A0B7FC
RGB
CMYK
RGB Variations
Color information
#A0B7FC (or 0xA0B7FC) is known color: Perano. HEX triplet: A0, B7 and FC. RGB value is (160,183,252). Sum of RGB (Red+Green+Blue) = 160+183+252=595 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.89% from 595); Green value is 183 (71.88% from 255 or 30.76% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0B7FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0B7FC is #5F4803. Grayscale: #B7B7B7. Windows color (decimal): -6244356 or 16562080. OLE color: 16562080.
HSL color Cylindrical-coordinate representation of color #A0B7FC: hue angle of 225º degrees, saturation: 0.94, 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 #A0B7FC is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 183 | 252 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.01 |
| HSL | 225º | 0.94% | 0.81% | - |
| HSV(B) | 225º | 0.37% | 0.99% | - |
| XYZ | 49 | 48.37 | 98.85 | - |
| YUV | 183.99 | 166.38 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 183 | 252 | 0.37 | 0.27 | 0 | 0.01 | 225 | 0.94 | 0.81 |
| Hex | A0 | B7 | FC | 25 | 1B | 0 | 1 | E1 | 5E | 51 |
| Octal | 240 | 267 | 374 | 45 | 33 | 0 | 1 | 341 | 136 | 121 |
| Binary | 10100000 | 10110111 | 11111100 | 100101 | 11011 | 0 | 1 | 11100001 | 1011110 | 1010001 |
Color Harmonies of #A0B7FC
Complementary color
Monochromatic Colors of #A0B7FC
Black with #A0B7FC
Text Example
Text Example
White with #A0B7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B7FC; }
p { color: rgb(160,183,252); }
H1.HeaderClassName
{
color: #A0B7FC;
}
.AnyTagClassName
{
color: #A0B7FC;
}
</style>
background-color css
<style>
a { background-color: #A0B7FC; }
a { background-color: rgb(160,183,252); }
div.DivClassName
{
background-color: #A0B7FC;
}
.BgClassName
{
background-color: #A0B7FC;
}
</style>
border-color css
<style>
span { border-color: #A0B7FC; }
span { border-color: rgb(160,183,252); }
td.TdClassName
{
border-color: #A0B7FC;
}
.TagClassName
{
border-color: #A0B7FC;
}
</style>