Shades of Perano #A0B5F2
Tints of Perano #A0B5F2
RGB
CMYK
RGB Variations
Color information
#A0B5F2 (or 0xA0B5F2) is known color: Perano. HEX triplet: A0, B5 and F2. RGB value is (160,181,242). Sum of RGB (Red+Green+Blue) = 160+181+242=583 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.44% from 583); Green value is 181 (71.09% from 255 or 31.05% from 583); Blue value is 242 (94.92% from 255 or 41.51% from 583); Max value from RGB is 242 - color contains mainly: blue. Hex color #A0B5F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0B5F2 is #5F4A0D. Grayscale: #B5B5B5. Windows color (decimal): -6244878 or 15906208. OLE color: 15906208.
HSL color Cylindrical-coordinate representation of color #A0B5F2: hue angle of 224.63º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0B5F2 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 181 | 242 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.05 |
| HSL | 224.63º | 0.76% | 0.79% | - |
| HSV(B) | 224.63º | 0.34% | 0.95% | - |
| XYZ | 47.05 | 46.93 | 90.58 | - |
| YUV | 181.68 | 162.04 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 181 | 242 | 0.34 | 0.25 | 0 | 0.05 | 224.63 | 0.76 | 0.79 |
| Hex | A0 | B5 | F2 | 22 | 19 | 0 | 5 | E1 | 4C | 4F |
| Octal | 240 | 265 | 362 | 42 | 31 | 0 | 5 | 341 | 114 | 117 |
| Binary | 10100000 | 10110101 | 11110010 | 100010 | 11001 | 0 | 101 | 11100001 | 1001100 | 1001111 |
Color Harmonies of #A0B5F2
Complementary color
Monochromatic Colors of #A0B5F2
Black with #A0B5F2
Text Example
Text Example
White with #A0B5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B5F2; }
p { color: rgb(160,181,242); }
H1.HeaderClassName
{
color: #A0B5F2;
}
.AnyTagClassName
{
color: #A0B5F2;
}
</style>
background-color css
<style>
a { background-color: #A0B5F2; }
a { background-color: rgb(160,181,242); }
div.DivClassName
{
background-color: #A0B5F2;
}
.BgClassName
{
background-color: #A0B5F2;
}
</style>
border-color css
<style>
span { border-color: #A0B5F2; }
span { border-color: rgb(160,181,242); }
td.TdClassName
{
border-color: #A0B5F2;
}
.TagClassName
{
border-color: #A0B5F2;
}
</style>