Shades of Perano #A8B9EE
Tints of Perano #A8B9EE
RGB
CMYK
RGB Variations
Color information
#A8B9EE (or 0xA8B9EE) is known color: Perano. HEX triplet: A8, B9 and EE. RGB value is (168,185,238). Sum of RGB (Red+Green+Blue) = 168+185+238=591 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.43% from 591); Green value is 185 (72.66% from 255 or 31.30% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8B9EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8B9EE is #574611. Grayscale: #B9B9B9. Windows color (decimal): -5719570 or 15645096. OLE color: 15645096.
HSL color Cylindrical-coordinate representation of color #A8B9EE: hue angle of 225.43º 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 #A8B9EE is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 185 | 238 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.07 |
| HSL | 225.43º | 0.67% | 0.8% | - |
| HSV(B) | 225.43º | 0.29% | 0.93% | - |
| XYZ | 48.93 | 49.2 | 87.81 | - |
| YUV | 185.96 | 157.37 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 185 | 238 | 0.29 | 0.22 | 0 | 0.07 | 225.43 | 0.67 | 0.8 |
| Hex | A8 | B9 | EE | 1D | 16 | 0 | 7 | E1 | 43 | 50 |
| Octal | 250 | 271 | 356 | 35 | 26 | 0 | 7 | 341 | 103 | 120 |
| Binary | 10101000 | 10111001 | 11101110 | 11101 | 10110 | 0 | 111 | 11100001 | 1000011 | 1010000 |
Color Harmonies of #A8B9EE
Complementary color
Monochromatic Colors of #A8B9EE
Black with #A8B9EE
Text Example
Text Example
White with #A8B9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B9EE; }
p { color: rgb(168,185,238); }
H1.HeaderClassName
{
color: #A8B9EE;
}
.AnyTagClassName
{
color: #A8B9EE;
}
</style>
background-color css
<style>
a { background-color: #A8B9EE; }
a { background-color: rgb(168,185,238); }
div.DivClassName
{
background-color: #A8B9EE;
}
.BgClassName
{
background-color: #A8B9EE;
}
</style>
border-color css
<style>
span { border-color: #A8B9EE; }
span { border-color: rgb(168,185,238); }
td.TdClassName
{
border-color: #A8B9EE;
}
.TagClassName
{
border-color: #A8B9EE;
}
</style>