Shades of Perano #ABBBE4
Tints of Perano #ABBBE4
RGB
CMYK
RGB Variations
Color information
#ABBBE4 (or 0xABBBE4) is known color: Perano. HEX triplet: AB, BB and E4. RGB value is (171,187,228). Sum of RGB (Red+Green+Blue) = 171+187+228=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 228 (89.45% from 255 or 38.91% from 586); Max value from RGB is 228 - color contains mainly: blue. Hex color #ABBBE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBE4 is #54441B. Grayscale: #BABABA. Windows color (decimal): -5522460 or 14990251. OLE color: 14990251.
HSL color Cylindrical-coordinate representation of color #ABBBE4: hue angle of 223.16º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABBBE4 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 187 | 228 | - |
| CMYK | 0.25 | 0.18 | 0 | 0.11 |
| HSL | 223.16º | 0.51% | 0.78% | - |
| HSV(B) | 223.16º | 0.25% | 0.89% | - |
| XYZ | 48.57 | 49.8 | 80.45 | - |
| YUV | 186.89 | 151.2 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 187 | 228 | 0.25 | 0.18 | 0 | 0.11 | 223.16 | 0.51 | 0.78 |
| Hex | AB | BB | E4 | 19 | 12 | 0 | B | DF | 33 | 4E |
| Octal | 253 | 273 | 344 | 31 | 22 | 0 | 13 | 337 | 63 | 116 |
| Binary | 10101011 | 10111011 | 11100100 | 11001 | 10010 | 0 | 1011 | 11011111 | 110011 | 1001110 |
Color Harmonies of #ABBBE4
Complementary color
Monochromatic Colors of #ABBBE4
Black with #ABBBE4
Text Example
Text Example
White with #ABBBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBBE4; }
p { color: rgb(171,187,228); }
H1.HeaderClassName
{
color: #ABBBE4;
}
.AnyTagClassName
{
color: #ABBBE4;
}
</style>
background-color css
<style>
a { background-color: #ABBBE4; }
a { background-color: rgb(171,187,228); }
div.DivClassName
{
background-color: #ABBBE4;
}
.BgClassName
{
background-color: #ABBBE4;
}
</style>
border-color css
<style>
span { border-color: #ABBBE4; }
span { border-color: rgb(171,187,228); }
td.TdClassName
{
border-color: #ABBBE4;
}
.TagClassName
{
border-color: #ABBBE4;
}
</style>