Shades of Perano #A0BEFC
Tints of Perano #A0BEFC
RGB
CMYK
RGB Variations
Color information
#A0BEFC (or 0xA0BEFC) is known color: Perano. HEX triplet: A0, BE and FC. RGB value is (160,190,252). Sum of RGB (Red+Green+Blue) = 160+190+252=602 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.58% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0BEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BEFC is #5F4103. Grayscale: #BBBBBB. Windows color (decimal): -6242564 or 16563872. OLE color: 16563872.
HSL color Cylindrical-coordinate representation of color #A0BEFC: hue angle of 220.43º 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 #A0BEFC is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 160 | 190 | 252 | - |
CMYK | 0.37 | 0.25 | 0 | 0.01 |
HSL | 220.43º | 0.94% | 0.81% | - |
HSV(B) | 220.43º | 0.37% | 0.99% | - |
XYZ | 50.48 | 51.33 | 99.34 | - |
YUV | 188.1 | 164.06 | 107.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 190 | 252 | 0.37 | 0.25 | 0 | 0.01 | 220.43 | 0.94 | 0.81 |
Hex | A0 | BE | FC | 25 | 19 | 0 | 1 | DC | 5E | 51 |
Octal | 240 | 276 | 374 | 45 | 31 | 0 | 1 | 334 | 136 | 121 |
Binary | 10100000 | 10111110 | 11111100 | 100101 | 11001 | 0 | 1 | 11011100 | 1011110 | 1010001 |
Color Harmonies of #A0BEFC
Complementary color
Monochromatic Colors of #A0BEFC
Black with #A0BEFC
Text Example
Text Example
White with #A0BEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BEFC; }
p { color: rgb(160,190,252); }
H1.HeaderClassName
{
color: #A0BEFC;
}
.AnyTagClassName
{
color: #A0BEFC;
}
</style>
background-color css
<style>
a { background-color: #A0BEFC; }
a { background-color: rgb(160,190,252); }
div.DivClassName
{
background-color: #A0BEFC;
}
.BgClassName
{
background-color: #A0BEFC;
}
</style>
border-color css
<style>
span { border-color: #A0BEFC; }
span { border-color: rgb(160,190,252); }
td.TdClassName
{
border-color: #A0BEFC;
}
.TagClassName
{
border-color: #A0BEFC;
}
</style>