Shades of Perano #ABB8EF
Tints of Perano #ABB8EF
RGB
CMYK
RGB Variations
Color information
#ABB8EF (or 0xABB8EF) is known color: Perano. HEX triplet: AB, B8 and EF. RGB value is (171,184,239). Sum of RGB (Red+Green+Blue) = 171+184+239=594 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.79% from 594); Green value is 184 (72.27% from 255 or 30.98% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #ABB8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB8EF is #544710. Grayscale: #BABABA. Windows color (decimal): -5523217 or 15710379. OLE color: 15710379.
HSL color Cylindrical-coordinate representation of color #ABB8EF: hue angle of 228.53º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABB8EF is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 184 | 239 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.06 |
| HSL | 228.53º | 0.68% | 0.8% | - |
| HSV(B) | 228.53º | 0.28% | 0.94% | - |
| XYZ | 49.52 | 49.17 | 88.54 | - |
| YUV | 186.38 | 157.69 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 239 | 0.28 | 0.23 | 0 | 0.06 | 228.53 | 0.68 | 0.8 |
| Hex | AB | B8 | EF | 1C | 17 | 0 | 6 | E5 | 44 | 50 |
| Octal | 253 | 270 | 357 | 34 | 27 | 0 | 6 | 345 | 104 | 120 |
| Binary | 10101011 | 10111000 | 11101111 | 11100 | 10111 | 0 | 110 | 11100101 | 1000100 | 1010000 |
Color Harmonies of #ABB8EF
Complementary color
Monochromatic Colors of #ABB8EF
Black with #ABB8EF
Text Example
Text Example
White with #ABB8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB8EF; }
p { color: rgb(171,184,239); }
H1.HeaderClassName
{
color: #ABB8EF;
}
.AnyTagClassName
{
color: #ABB8EF;
}
</style>
background-color css
<style>
a { background-color: #ABB8EF; }
a { background-color: rgb(171,184,239); }
div.DivClassName
{
background-color: #ABB8EF;
}
.BgClassName
{
background-color: #ABB8EF;
}
</style>
border-color css
<style>
span { border-color: #ABB8EF; }
span { border-color: rgb(171,184,239); }
td.TdClassName
{
border-color: #ABB8EF;
}
.TagClassName
{
border-color: #ABB8EF;
}
</style>