Shades of Perano #A8B8EE
Tints of Perano #A8B8EE
RGB
CMYK
RGB Variations
Color information
#A8B8EE (or 0xA8B8EE) is known color: Perano. HEX triplet: A8, B8 and EE. RGB value is (168,184,238). Sum of RGB (Red+Green+Blue) = 168+184+238=590 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.47% from 590); Green value is 184 (72.27% from 255 or 31.19% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8B8EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8B8EE is #574711. Grayscale: #B9B9B9. Windows color (decimal): -5719826 or 15644840. OLE color: 15644840.
HSL color Cylindrical-coordinate representation of color #A8B8EE: hue angle of 226.29º 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 #A8B8EE is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 184 | 238 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.07 |
| HSL | 226.29º | 0.67% | 0.8% | - |
| HSV(B) | 226.29º | 0.29% | 0.93% | - |
| XYZ | 48.72 | 48.78 | 87.74 | - |
| YUV | 185.37 | 157.7 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 184 | 238 | 0.29 | 0.23 | 0 | 0.07 | 226.29 | 0.67 | 0.8 |
| Hex | A8 | B8 | EE | 1D | 17 | 0 | 7 | E2 | 43 | 50 |
| Octal | 250 | 270 | 356 | 35 | 27 | 0 | 7 | 342 | 103 | 120 |
| Binary | 10101000 | 10111000 | 11101110 | 11101 | 10111 | 0 | 111 | 11100010 | 1000011 | 1010000 |
Color Harmonies of #A8B8EE
Complementary color
Monochromatic Colors of #A8B8EE
Black with #A8B8EE
Text Example
Text Example
White with #A8B8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B8EE; }
p { color: rgb(168,184,238); }
H1.HeaderClassName
{
color: #A8B8EE;
}
.AnyTagClassName
{
color: #A8B8EE;
}
</style>
background-color css
<style>
a { background-color: #A8B8EE; }
a { background-color: rgb(168,184,238); }
div.DivClassName
{
background-color: #A8B8EE;
}
.BgClassName
{
background-color: #A8B8EE;
}
</style>
border-color css
<style>
span { border-color: #A8B8EE; }
span { border-color: rgb(168,184,238); }
td.TdClassName
{
border-color: #A8B8EE;
}
.TagClassName
{
border-color: #A8B8EE;
}
</style>