Shades of Perano #A8B8DD
Tints of Perano #A8B8DD
RGB
CMYK
RGB Variations
Color information
#A8B8DD (or 0xA8B8DD) is known color: Perano. HEX triplet: A8, B8 and DD. RGB value is (168,184,221). Sum of RGB (Red+Green+Blue) = 168+184+221=573 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.32% from 573); Green value is 184 (72.27% from 255 or 32.11% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #A8B8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B8DD is #574722. Grayscale: #B7B7B7. Windows color (decimal): -5719843 or 14530728. OLE color: 14530728.
HSL color Cylindrical-coordinate representation of color #A8B8DD: hue angle of 221.89º 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 #A8B8DD is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 184 | 221 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.13 |
| HSL | 221.89º | 0.44% | 0.76% | - |
| HSV(B) | 221.89º | 0.24% | 0.87% | - |
| XYZ | 46.34 | 47.83 | 75.2 | - |
| YUV | 183.43 | 149.2 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 184 | 221 | 0.24 | 0.17 | 0 | 0.13 | 221.89 | 0.44 | 0.76 |
| Hex | A8 | B8 | DD | 18 | 11 | 0 | D | DE | 2C | 4C |
| Octal | 250 | 270 | 335 | 30 | 21 | 0 | 15 | 336 | 54 | 114 |
| Binary | 10101000 | 10111000 | 11011101 | 11000 | 10001 | 0 | 1101 | 11011110 | 101100 | 1001100 |
Color Harmonies of #A8B8DD
Complementary color
Monochromatic Colors of #A8B8DD
Black with #A8B8DD
Text Example
Text Example
White with #A8B8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B8DD; }
p { color: rgb(168,184,221); }
H1.HeaderClassName
{
color: #A8B8DD;
}
.AnyTagClassName
{
color: #A8B8DD;
}
</style>
background-color css
<style>
a { background-color: #A8B8DD; }
a { background-color: rgb(168,184,221); }
div.DivClassName
{
background-color: #A8B8DD;
}
.BgClassName
{
background-color: #A8B8DD;
}
</style>
border-color css
<style>
span { border-color: #A8B8DD; }
span { border-color: rgb(168,184,221); }
td.TdClassName
{
border-color: #A8B8DD;
}
.TagClassName
{
border-color: #A8B8DD;
}
</style>