Shades of Perano #A8BAEF
Tints of Perano #A8BAEF
RGB
CMYK
RGB Variations
Color information
#A8BAEF (or 0xA8BAEF) is known color: Perano. HEX triplet: A8, BA and EF. RGB value is (168,186,239). Sum of RGB (Red+Green+Blue) = 168+186+239=593 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.33% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8BAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BAEF is #574510. Grayscale: #BABABA. Windows color (decimal): -5719313 or 15710888. OLE color: 15710888.
HSL color Cylindrical-coordinate representation of color #A8BAEF: hue angle of 224.79º 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 #A8BAEF is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 186 | 239 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.06 |
| HSL | 224.79º | 0.69% | 0.8% | - |
| HSV(B) | 224.79º | 0.3% | 0.94% | - |
| XYZ | 49.29 | 49.67 | 88.65 | - |
| YUV | 186.66 | 157.54 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 239 | 0.30 | 0.22 | 0 | 0.06 | 224.79 | 0.69 | 0.8 |
| Hex | A8 | BA | EF | 1E | 16 | 0 | 6 | E1 | 45 | 50 |
| Octal | 250 | 272 | 357 | 36 | 26 | 0 | 6 | 341 | 105 | 120 |
| Binary | 10101000 | 10111010 | 11101111 | 11110 | 10110 | 0 | 110 | 11100001 | 1000101 | 1010000 |
Color Harmonies of #A8BAEF
Complementary color
Monochromatic Colors of #A8BAEF
Black with #A8BAEF
Text Example
Text Example
White with #A8BAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BAEF; }
p { color: rgb(168,186,239); }
H1.HeaderClassName
{
color: #A8BAEF;
}
.AnyTagClassName
{
color: #A8BAEF;
}
</style>
background-color css
<style>
a { background-color: #A8BAEF; }
a { background-color: rgb(168,186,239); }
div.DivClassName
{
background-color: #A8BAEF;
}
.BgClassName
{
background-color: #A8BAEF;
}
</style>
border-color css
<style>
span { border-color: #A8BAEF; }
span { border-color: rgb(168,186,239); }
td.TdClassName
{
border-color: #A8BAEF;
}
.TagClassName
{
border-color: #A8BAEF;
}
</style>