Shades of Perano #A0BCFC
Tints of Perano #A0BCFC
RGB
CMYK
RGB Variations
Color information
#A0BCFC (or 0xA0BCFC) is known color: Perano. HEX triplet: A0, BC and FC. RGB value is (160,188,252). Sum of RGB (Red+Green+Blue) = 160+188+252=600 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.67% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0BCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BCFC is #5F4303. Grayscale: #BABABA. Windows color (decimal): -6243076 or 16563360. OLE color: 16563360.
HSL color Cylindrical-coordinate representation of color #A0BCFC: hue angle of 221.74º 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 #A0BCFC is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 188 | 252 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.01 |
| HSL | 221.74º | 0.94% | 0.81% | - |
| HSV(B) | 221.74º | 0.37% | 0.99% | - |
| XYZ | 50.05 | 50.47 | 99.2 | - |
| YUV | 186.92 | 164.72 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 252 | 0.37 | 0.25 | 0 | 0.01 | 221.74 | 0.94 | 0.81 |
| Hex | A0 | BC | FC | 25 | 19 | 0 | 1 | DE | 5E | 51 |
| Octal | 240 | 274 | 374 | 45 | 31 | 0 | 1 | 336 | 136 | 121 |
| Binary | 10100000 | 10111100 | 11111100 | 100101 | 11001 | 0 | 1 | 11011110 | 1011110 | 1010001 |
Color Harmonies of #A0BCFC
Complementary color
Monochromatic Colors of #A0BCFC
Black with #A0BCFC
Text Example
Text Example
White with #A0BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BCFC; }
p { color: rgb(160,188,252); }
H1.HeaderClassName
{
color: #A0BCFC;
}
.AnyTagClassName
{
color: #A0BCFC;
}
</style>
background-color css
<style>
a { background-color: #A0BCFC; }
a { background-color: rgb(160,188,252); }
div.DivClassName
{
background-color: #A0BCFC;
}
.BgClassName
{
background-color: #A0BCFC;
}
</style>
border-color css
<style>
span { border-color: #A0BCFC; }
span { border-color: rgb(160,188,252); }
td.TdClassName
{
border-color: #A0BCFC;
}
.TagClassName
{
border-color: #A0BCFC;
}
</style>