Shades of Perano #A0B7DE
Tints of Perano #A0B7DE
RGB
CMYK
RGB Variations
Color information
#A0B7DE (or 0xA0B7DE) is known color: Perano. HEX triplet: A0, B7 and DE. RGB value is (160,183,222). Sum of RGB (Red+Green+Blue) = 160+183+222=565 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.32% from 565); Green value is 183 (71.88% from 255 or 32.39% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #A0B7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B7DE is #5F4821. Grayscale: #B4B4B4. Windows color (decimal): -6244386 or 14596000. OLE color: 14596000.
HSL color Cylindrical-coordinate representation of color #A0B7DE: hue angle of 217.74º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0B7DE is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 183 | 222 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.13 |
| HSL | 217.74º | 0.48% | 0.75% | - |
| HSV(B) | 217.74º | 0.28% | 0.87% | - |
| XYZ | 44.62 | 46.61 | 75.75 | - |
| YUV | 180.57 | 151.38 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 183 | 222 | 0.28 | 0.18 | 0 | 0.13 | 217.74 | 0.48 | 0.75 |
| Hex | A0 | B7 | DE | 1C | 12 | 0 | D | DA | 30 | 4B |
| Octal | 240 | 267 | 336 | 34 | 22 | 0 | 15 | 332 | 60 | 113 |
| Binary | 10100000 | 10110111 | 11011110 | 11100 | 10010 | 0 | 1101 | 11011010 | 110000 | 1001011 |
Color Harmonies of #A0B7DE
Complementary color
Monochromatic Colors of #A0B7DE
Black with #A0B7DE
Text Example
Text Example
White with #A0B7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B7DE; }
p { color: rgb(160,183,222); }
H1.HeaderClassName
{
color: #A0B7DE;
}
.AnyTagClassName
{
color: #A0B7DE;
}
</style>
background-color css
<style>
a { background-color: #A0B7DE; }
a { background-color: rgb(160,183,222); }
div.DivClassName
{
background-color: #A0B7DE;
}
.BgClassName
{
background-color: #A0B7DE;
}
</style>
border-color css
<style>
span { border-color: #A0B7DE; }
span { border-color: rgb(160,183,222); }
td.TdClassName
{
border-color: #A0B7DE;
}
.TagClassName
{
border-color: #A0B7DE;
}
</style>