Shades of Perano #A8B9DD
Tints of Perano #A8B9DD
RGB
CMYK
RGB Variations
Color information
#A8B9DD (or 0xA8B9DD) is known color: Perano. HEX triplet: A8, B9 and DD. RGB value is (168,185,221). Sum of RGB (Red+Green+Blue) = 168+185+221=574 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.27% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #A8B9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B9DD is #574622. Grayscale: #B7B7B7. Windows color (decimal): -5719587 or 14530984. OLE color: 14530984.
HSL color Cylindrical-coordinate representation of color #A8B9DD: hue angle of 220.75º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8B9DD is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 185 | 221 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.13 |
| HSL | 220.75º | 0.44% | 0.76% | - |
| HSV(B) | 220.75º | 0.24% | 0.87% | - |
| XYZ | 46.55 | 48.24 | 75.27 | - |
| YUV | 184.02 | 148.87 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 185 | 221 | 0.24 | 0.16 | 0 | 0.13 | 220.75 | 0.44 | 0.76 |
| Hex | A8 | B9 | DD | 18 | 10 | 0 | D | DD | 2C | 4C |
| Octal | 250 | 271 | 335 | 30 | 20 | 0 | 15 | 335 | 54 | 114 |
| Binary | 10101000 | 10111001 | 11011101 | 11000 | 10000 | 0 | 1101 | 11011101 | 101100 | 1001100 |
Color Harmonies of #A8B9DD
Complementary color
Monochromatic Colors of #A8B9DD
Black with #A8B9DD
Text Example
Text Example
White with #A8B9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B9DD; }
p { color: rgb(168,185,221); }
H1.HeaderClassName
{
color: #A8B9DD;
}
.AnyTagClassName
{
color: #A8B9DD;
}
</style>
background-color css
<style>
a { background-color: #A8B9DD; }
a { background-color: rgb(168,185,221); }
div.DivClassName
{
background-color: #A8B9DD;
}
.BgClassName
{
background-color: #A8B9DD;
}
</style>
border-color css
<style>
span { border-color: #A8B9DD; }
span { border-color: rgb(168,185,221); }
td.TdClassName
{
border-color: #A8B9DD;
}
.TagClassName
{
border-color: #A8B9DD;
}
</style>