Shades of Perano #A8B5EF
Tints of Perano #A8B5EF
RGB
CMYK
RGB Variations
Color information
#A8B5EF (or 0xA8B5EF) is known color: Perano. HEX triplet: A8, B5 and EF. RGB value is (168,181,239). Sum of RGB (Red+Green+Blue) = 168+181+239=588 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.57% from 588); Green value is 181 (71.09% from 255 or 30.78% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8B5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8B5EF is #574A10. Grayscale: #B7B7B7. Windows color (decimal): -5720593 or 15709608. OLE color: 15709608.
HSL color Cylindrical-coordinate representation of color #A8B5EF: hue angle of 229.01º 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 #A8B5EF is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 181 | 239 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.06 |
| HSL | 229.01º | 0.69% | 0.8% | - |
| HSV(B) | 229.01º | 0.3% | 0.94% | - |
| XYZ | 48.25 | 47.6 | 88.31 | - |
| YUV | 183.73 | 159.19 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 181 | 239 | 0.30 | 0.24 | 0 | 0.06 | 229.01 | 0.69 | 0.8 |
| Hex | A8 | B5 | EF | 1E | 18 | 0 | 6 | E5 | 45 | 50 |
| Octal | 250 | 265 | 357 | 36 | 30 | 0 | 6 | 345 | 105 | 120 |
| Binary | 10101000 | 10110101 | 11101111 | 11110 | 11000 | 0 | 110 | 11100101 | 1000101 | 1010000 |
Color Harmonies of #A8B5EF
Complementary color
Monochromatic Colors of #A8B5EF
Black with #A8B5EF
Text Example
Text Example
White with #A8B5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B5EF; }
p { color: rgb(168,181,239); }
H1.HeaderClassName
{
color: #A8B5EF;
}
.AnyTagClassName
{
color: #A8B5EF;
}
</style>
background-color css
<style>
a { background-color: #A8B5EF; }
a { background-color: rgb(168,181,239); }
div.DivClassName
{
background-color: #A8B5EF;
}
.BgClassName
{
background-color: #A8B5EF;
}
</style>
border-color css
<style>
span { border-color: #A8B5EF; }
span { border-color: rgb(168,181,239); }
td.TdClassName
{
border-color: #A8B5EF;
}
.TagClassName
{
border-color: #A8B5EF;
}
</style>