Shades of Perano #A7BAEF
Tints of Perano #A7BAEF
RGB
CMYK
RGB Variations
Color information
#A7BAEF (or 0xA7BAEF) is known color: Perano. HEX triplet: A7, BA and EF. RGB value is (167,186,239). Sum of RGB (Red+Green+Blue) = 167+186+239=592 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.21% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #A7BAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7BAEF is #584510. Grayscale: #BABABA. Windows color (decimal): -5784849 or 15710887. OLE color: 15710887.
HSL color Cylindrical-coordinate representation of color #A7BAEF: hue angle of 224.17º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7BAEF is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 186 | 239 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.06 |
| HSL | 224.17º | 0.69% | 0.8% | - |
| HSV(B) | 224.17º | 0.3% | 0.94% | - |
| XYZ | 49.08 | 49.57 | 88.64 | - |
| YUV | 186.36 | 157.71 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 186 | 239 | 0.30 | 0.22 | 0 | 0.06 | 224.17 | 0.69 | 0.8 |
| Hex | A7 | BA | EF | 1E | 16 | 0 | 6 | E0 | 45 | 50 |
| Octal | 247 | 272 | 357 | 36 | 26 | 0 | 6 | 340 | 105 | 120 |
| Binary | 10100111 | 10111010 | 11101111 | 11110 | 10110 | 0 | 110 | 11100000 | 1000101 | 1010000 |
Color Harmonies of #A7BAEF
Complementary color
Monochromatic Colors of #A7BAEF
Black with #A7BAEF
Text Example
Text Example
White with #A7BAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BAEF; }
p { color: rgb(167,186,239); }
H1.HeaderClassName
{
color: #A7BAEF;
}
.AnyTagClassName
{
color: #A7BAEF;
}
</style>
background-color css
<style>
a { background-color: #A7BAEF; }
a { background-color: rgb(167,186,239); }
div.DivClassName
{
background-color: #A7BAEF;
}
.BgClassName
{
background-color: #A7BAEF;
}
</style>
border-color css
<style>
span { border-color: #A7BAEF; }
span { border-color: rgb(167,186,239); }
td.TdClassName
{
border-color: #A7BAEF;
}
.TagClassName
{
border-color: #A7BAEF;
}
</style>