Shades of Perano #A0B2F5
Tints of Perano #A0B2F5
RGB
CMYK
RGB Variations
Color information
#A0B2F5 (or 0xA0B2F5) is known color: Perano. HEX triplet: A0, B2 and F5. RGB value is (160,178,245). Sum of RGB (Red+Green+Blue) = 160+178+245=583 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.44% from 583); Green value is 178 (69.92% from 255 or 30.53% from 583); Blue value is 245 (96.09% from 255 or 42.02% from 583); Max value from RGB is 245 - color contains mainly: blue. Hex color #A0B2F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0B2F5 is #5F4D0A. Grayscale: #B3B3B3. Windows color (decimal): -6245643 or 16102048. OLE color: 16102048.
HSL color Cylindrical-coordinate representation of color #A0B2F5: hue angle of 227.29º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0B2F5 is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 178 | 245 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.04 |
| HSL | 227.29º | 0.81% | 0.79% | - |
| HSV(B) | 227.29º | 0.35% | 0.96% | - |
| XYZ | 46.9 | 45.91 | 92.78 | - |
| YUV | 180.26 | 164.54 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 178 | 245 | 0.35 | 0.27 | 0 | 0.04 | 227.29 | 0.81 | 0.79 |
| Hex | A0 | B2 | F5 | 23 | 1B | 0 | 4 | E3 | 51 | 4F |
| Octal | 240 | 262 | 365 | 43 | 33 | 0 | 4 | 343 | 121 | 117 |
| Binary | 10100000 | 10110010 | 11110101 | 100011 | 11011 | 0 | 100 | 11100011 | 1010001 | 1001111 |
Color Harmonies of #A0B2F5
Complementary color
Monochromatic Colors of #A0B2F5
Black with #A0B2F5
Text Example
Text Example
White with #A0B2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B2F5; }
p { color: rgb(160,178,245); }
H1.HeaderClassName
{
color: #A0B2F5;
}
.AnyTagClassName
{
color: #A0B2F5;
}
</style>
background-color css
<style>
a { background-color: #A0B2F5; }
a { background-color: rgb(160,178,245); }
div.DivClassName
{
background-color: #A0B2F5;
}
.BgClassName
{
background-color: #A0B2F5;
}
</style>
border-color css
<style>
span { border-color: #A0B2F5; }
span { border-color: rgb(160,178,245); }
td.TdClassName
{
border-color: #A0B2F5;
}
.TagClassName
{
border-color: #A0B2F5;
}
</style>