Shades of Perano #A0B8FC
Tints of Perano #A0B8FC
RGB
CMYK
RGB Variations
Color information
#A0B8FC (or 0xA0B8FC) is known color: Perano. HEX triplet: A0, B8 and FC. RGB value is (160,184,252). Sum of RGB (Red+Green+Blue) = 160+184+252=596 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.85% from 596); Green value is 184 (72.27% from 255 or 30.87% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0B8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0B8FC is #5F4703. Grayscale: #B8B8B8. Windows color (decimal): -6244100 or 16562336. OLE color: 16562336.
HSL color Cylindrical-coordinate representation of color #A0B8FC: hue angle of 224.35º 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 #A0B8FC is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 184 | 252 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.01 |
| HSL | 224.35º | 0.94% | 0.81% | - |
| HSV(B) | 224.35º | 0.37% | 0.99% | - |
| XYZ | 49.21 | 48.78 | 98.92 | - |
| YUV | 184.58 | 166.05 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 184 | 252 | 0.37 | 0.27 | 0 | 0.01 | 224.35 | 0.94 | 0.81 |
| Hex | A0 | B8 | FC | 25 | 1B | 0 | 1 | E0 | 5E | 51 |
| Octal | 240 | 270 | 374 | 45 | 33 | 0 | 1 | 340 | 136 | 121 |
| Binary | 10100000 | 10111000 | 11111100 | 100101 | 11011 | 0 | 1 | 11100000 | 1011110 | 1010001 |
Color Harmonies of #A0B8FC
Complementary color
Monochromatic Colors of #A0B8FC
Black with #A0B8FC
Text Example
Text Example
White with #A0B8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B8FC; }
p { color: rgb(160,184,252); }
H1.HeaderClassName
{
color: #A0B8FC;
}
.AnyTagClassName
{
color: #A0B8FC;
}
</style>
background-color css
<style>
a { background-color: #A0B8FC; }
a { background-color: rgb(160,184,252); }
div.DivClassName
{
background-color: #A0B8FC;
}
.BgClassName
{
background-color: #A0B8FC;
}
</style>
border-color css
<style>
span { border-color: #A0B8FC; }
span { border-color: rgb(160,184,252); }
td.TdClassName
{
border-color: #A0B8FC;
}
.TagClassName
{
border-color: #A0B8FC;
}
</style>