Shades of Perano #ABBDEF
Tints of Perano #ABBDEF
RGB
CMYK
RGB Variations
Color information
#ABBDEF (or 0xABBDEF) is known color: Perano. HEX triplet: AB, BD and EF. RGB value is (171,189,239). Sum of RGB (Red+Green+Blue) = 171+189+239=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #ABBDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBDEF is #544210. Grayscale: #BDBDBD. Windows color (decimal): -5521937 or 15711659. OLE color: 15711659.
HSL color Cylindrical-coordinate representation of color #ABBDEF: hue angle of 224.12º 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 #ABBDEF is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 189 | 239 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.06 |
| HSL | 224.12º | 0.68% | 0.8% | - |
| HSV(B) | 224.12º | 0.28% | 0.94% | - |
| XYZ | 50.57 | 51.29 | 88.89 | - |
| YUV | 189.32 | 156.04 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 239 | 0.28 | 0.21 | 0 | 0.06 | 224.12 | 0.68 | 0.8 |
| Hex | AB | BD | EF | 1C | 15 | 0 | 6 | E0 | 44 | 50 |
| Octal | 253 | 275 | 357 | 34 | 25 | 0 | 6 | 340 | 104 | 120 |
| Binary | 10101011 | 10111101 | 11101111 | 11100 | 10101 | 0 | 110 | 11100000 | 1000100 | 1010000 |
Color Harmonies of #ABBDEF
Complementary color
Monochromatic Colors of #ABBDEF
Black with #ABBDEF
Text Example
Text Example
White with #ABBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBDEF; }
p { color: rgb(171,189,239); }
H1.HeaderClassName
{
color: #ABBDEF;
}
.AnyTagClassName
{
color: #ABBDEF;
}
</style>
background-color css
<style>
a { background-color: #ABBDEF; }
a { background-color: rgb(171,189,239); }
div.DivClassName
{
background-color: #ABBDEF;
}
.BgClassName
{
background-color: #ABBDEF;
}
</style>
border-color css
<style>
span { border-color: #ABBDEF; }
span { border-color: rgb(171,189,239); }
td.TdClassName
{
border-color: #ABBDEF;
}
.TagClassName
{
border-color: #ABBDEF;
}
</style>