Shades of Perano #A8B0EF
Tints of Perano #A8B0EF
RGB
CMYK
RGB Variations
Color information
#A8B0EF (or 0xA8B0EF) is known color: Perano. HEX triplet: A8, B0 and EF. RGB value is (168,176,239). Sum of RGB (Red+Green+Blue) = 168+176+239=583 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.82% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8B0EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8B0EF is #574F10. Grayscale: #B4B4B4. Windows color (decimal): -5721873 or 15708328. OLE color: 15708328.
HSL color Cylindrical-coordinate representation of color #A8B0EF: hue angle of 233.24º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8B0EF is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 176 | 239 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.06 |
| HSL | 233.24º | 0.69% | 0.8% | - |
| HSV(B) | 233.24º | 0.3% | 0.94% | - |
| XYZ | 47.25 | 45.61 | 87.97 | - |
| YUV | 180.79 | 160.85 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 239 | 0.30 | 0.26 | 0 | 0.06 | 233.24 | 0.69 | 0.8 |
| Hex | A8 | B0 | EF | 1E | 1A | 0 | 6 | E9 | 45 | 50 |
| Octal | 250 | 260 | 357 | 36 | 32 | 0 | 6 | 351 | 105 | 120 |
| Binary | 10101000 | 10110000 | 11101111 | 11110 | 11010 | 0 | 110 | 11101001 | 1000101 | 1010000 |
Color Harmonies of #A8B0EF
Complementary color
Monochromatic Colors of #A8B0EF
Black with #A8B0EF
Text Example
Text Example
White with #A8B0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B0EF; }
p { color: rgb(168,176,239); }
H1.HeaderClassName
{
color: #A8B0EF;
}
.AnyTagClassName
{
color: #A8B0EF;
}
</style>
background-color css
<style>
a { background-color: #A8B0EF; }
a { background-color: rgb(168,176,239); }
div.DivClassName
{
background-color: #A8B0EF;
}
.BgClassName
{
background-color: #A8B0EF;
}
</style>
border-color css
<style>
span { border-color: #A8B0EF; }
span { border-color: rgb(168,176,239); }
td.TdClassName
{
border-color: #A8B0EF;
}
.TagClassName
{
border-color: #A8B0EF;
}
</style>