Shades of Perano #ABBCED
Tints of Perano #ABBCED
RGB
CMYK
RGB Variations
Color information
#ABBCED (or 0xABBCED) is known color: Perano. HEX triplet: AB, BC and ED. RGB value is (171,188,237). Sum of RGB (Red+Green+Blue) = 171+188+237=596 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.69% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABBCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBCED is #544312. Grayscale: #BCBCBC. Windows color (decimal): -5522195 or 15580331. OLE color: 15580331.
HSL color Cylindrical-coordinate representation of color #ABBCED: hue angle of 224.55º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABBCED is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 188 | 237 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.07 |
| HSL | 224.55º | 0.65% | 0.8% | - |
| HSV(B) | 224.55º | 0.28% | 0.93% | - |
| XYZ | 50.06 | 50.74 | 87.28 | - |
| YUV | 188.5 | 155.37 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 237 | 0.28 | 0.21 | 0 | 0.07 | 224.55 | 0.65 | 0.8 |
| Hex | AB | BC | ED | 1C | 15 | 0 | 7 | E1 | 41 | 50 |
| Octal | 253 | 274 | 355 | 34 | 25 | 0 | 7 | 341 | 101 | 120 |
| Binary | 10101011 | 10111100 | 11101101 | 11100 | 10101 | 0 | 111 | 11100001 | 1000001 | 1010000 |
Color Harmonies of #ABBCED
Complementary color
Monochromatic Colors of #ABBCED
Black with #ABBCED
Text Example
Text Example
White with #ABBCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBCED; }
p { color: rgb(171,188,237); }
H1.HeaderClassName
{
color: #ABBCED;
}
.AnyTagClassName
{
color: #ABBCED;
}
</style>
background-color css
<style>
a { background-color: #ABBCED; }
a { background-color: rgb(171,188,237); }
div.DivClassName
{
background-color: #ABBCED;
}
.BgClassName
{
background-color: #ABBCED;
}
</style>
border-color css
<style>
span { border-color: #ABBCED; }
span { border-color: rgb(171,188,237); }
td.TdClassName
{
border-color: #ABBCED;
}
.TagClassName
{
border-color: #ABBCED;
}
</style>