Shades of Perano #A0BDEF
Tints of Perano #A0BDEF
RGB
CMYK
RGB Variations
Color information
#A0BDEF (or 0xA0BDEF) is known color: Perano. HEX triplet: A0, BD and EF. RGB value is (160,189,239). Sum of RGB (Red+Green+Blue) = 160+189+239=588 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.21% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #A0BDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BDEF is #5F4210. Grayscale: #B9B9B9. Windows color (decimal): -6242833 or 15711648. OLE color: 15711648.
HSL color Cylindrical-coordinate representation of color #A0BDEF: hue angle of 217.97º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0BDEF is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 189 | 239 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.06 |
| HSL | 217.97º | 0.71% | 0.78% | - |
| HSV(B) | 217.97º | 0.33% | 0.94% | - |
| XYZ | 48.27 | 50.1 | 88.79 | - |
| YUV | 186.03 | 157.89 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 239 | 0.33 | 0.21 | 0 | 0.06 | 217.97 | 0.71 | 0.78 |
| Hex | A0 | BD | EF | 21 | 15 | 0 | 6 | DA | 47 | 4E |
| Octal | 240 | 275 | 357 | 41 | 25 | 0 | 6 | 332 | 107 | 116 |
| Binary | 10100000 | 10111101 | 11101111 | 100001 | 10101 | 0 | 110 | 11011010 | 1000111 | 1001110 |
Color Harmonies of #A0BDEF
Complementary color
Monochromatic Colors of #A0BDEF
Black with #A0BDEF
Text Example
Text Example
White with #A0BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BDEF; }
p { color: rgb(160,189,239); }
H1.HeaderClassName
{
color: #A0BDEF;
}
.AnyTagClassName
{
color: #A0BDEF;
}
</style>
background-color css
<style>
a { background-color: #A0BDEF; }
a { background-color: rgb(160,189,239); }
div.DivClassName
{
background-color: #A0BDEF;
}
.BgClassName
{
background-color: #A0BDEF;
}
</style>
border-color css
<style>
span { border-color: #A0BDEF; }
span { border-color: rgb(160,189,239); }
td.TdClassName
{
border-color: #A0BDEF;
}
.TagClassName
{
border-color: #A0BDEF;
}
</style>