Shades of Perano #A8BAEE
Tints of Perano #A8BAEE
RGB
CMYK
RGB Variations
Color information
#A8BAEE (or 0xA8BAEE) is known color: Perano. HEX triplet: A8, BA and EE. RGB value is (168,186,238). Sum of RGB (Red+Green+Blue) = 168+186+238=592 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.38% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8BAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BAEE is #574511. Grayscale: #BABABA. Windows color (decimal): -5719314 or 15645352. OLE color: 15645352.
HSL color Cylindrical-coordinate representation of color #A8BAEE: hue angle of 224.57º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8BAEE is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 186 | 238 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.07 |
| HSL | 224.57º | 0.67% | 0.8% | - |
| HSV(B) | 224.57º | 0.29% | 0.93% | - |
| XYZ | 49.14 | 49.62 | 87.88 | - |
| YUV | 186.55 | 157.04 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 238 | 0.29 | 0.22 | 0 | 0.07 | 224.57 | 0.67 | 0.8 |
| Hex | A8 | BA | EE | 1D | 16 | 0 | 7 | E1 | 43 | 50 |
| Octal | 250 | 272 | 356 | 35 | 26 | 0 | 7 | 341 | 103 | 120 |
| Binary | 10101000 | 10111010 | 11101110 | 11101 | 10110 | 0 | 111 | 11100001 | 1000011 | 1010000 |
Color Harmonies of #A8BAEE
Complementary color
Monochromatic Colors of #A8BAEE
Black with #A8BAEE
Text Example
Text Example
White with #A8BAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BAEE; }
p { color: rgb(168,186,238); }
H1.HeaderClassName
{
color: #A8BAEE;
}
.AnyTagClassName
{
color: #A8BAEE;
}
</style>
background-color css
<style>
a { background-color: #A8BAEE; }
a { background-color: rgb(168,186,238); }
div.DivClassName
{
background-color: #A8BAEE;
}
.BgClassName
{
background-color: #A8BAEE;
}
</style>
border-color css
<style>
span { border-color: #A8BAEE; }
span { border-color: rgb(168,186,238); }
td.TdClassName
{
border-color: #A8BAEE;
}
.TagClassName
{
border-color: #A8BAEE;
}
</style>