Shades of Perano #A8B9ED
Tints of Perano #A8B9ED
RGB
CMYK
RGB Variations
Color information
#A8B9ED (or 0xA8B9ED) is known color: Perano. HEX triplet: A8, B9 and ED. RGB value is (168,185,237). Sum of RGB (Red+Green+Blue) = 168+185+237=590 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.47% from 590); Green value is 185 (72.66% from 255 or 31.36% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #A8B9ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8B9ED is #574612. Grayscale: #B9B9B9. Windows color (decimal): -5719571 or 15579560. OLE color: 15579560.
HSL color Cylindrical-coordinate representation of color #A8B9ED: hue angle of 225.22º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8B9ED is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 185 | 237 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.07 |
| HSL | 225.22º | 0.66% | 0.79% | - |
| HSV(B) | 225.22º | 0.29% | 0.93% | - |
| XYZ | 48.78 | 49.14 | 87.03 | - |
| YUV | 185.85 | 156.87 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 185 | 237 | 0.29 | 0.22 | 0 | 0.07 | 225.22 | 0.66 | 0.79 |
| Hex | A8 | B9 | ED | 1D | 16 | 0 | 7 | E1 | 42 | 4F |
| Octal | 250 | 271 | 355 | 35 | 26 | 0 | 7 | 341 | 102 | 117 |
| Binary | 10101000 | 10111001 | 11101101 | 11101 | 10110 | 0 | 111 | 11100001 | 1000010 | 1001111 |
Color Harmonies of #A8B9ED
Complementary color
Monochromatic Colors of #A8B9ED
Black with #A8B9ED
Text Example
Text Example
White with #A8B9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B9ED; }
p { color: rgb(168,185,237); }
H1.HeaderClassName
{
color: #A8B9ED;
}
.AnyTagClassName
{
color: #A8B9ED;
}
</style>
background-color css
<style>
a { background-color: #A8B9ED; }
a { background-color: rgb(168,185,237); }
div.DivClassName
{
background-color: #A8B9ED;
}
.BgClassName
{
background-color: #A8B9ED;
}
</style>
border-color css
<style>
span { border-color: #A8B9ED; }
span { border-color: rgb(168,185,237); }
td.TdClassName
{
border-color: #A8B9ED;
}
.TagClassName
{
border-color: #A8B9ED;
}
</style>