Shades of Perano #ABBBFB
Tints of Perano #ABBBFB
RGB
CMYK
RGB Variations
Color information
#ABBBFB (or 0xABBBFB) is known color: Perano. HEX triplet: AB, BB and FB. RGB value is (171,187,251). Sum of RGB (Red+Green+Blue) = 171+187+251=609 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.08% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABBBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBBFB is #544404. Grayscale: #BDBDBD. Windows color (decimal): -5522437 or 16497579. OLE color: 16497579.
HSL color Cylindrical-coordinate representation of color #ABBBFB: hue angle of 228º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABBBFB is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 187 | 251 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.02 |
| HSL | 228º | 0.91% | 0.83% | - |
| HSV(B) | 228º | 0.32% | 0.98% | - |
| XYZ | 51.98 | 51.16 | 98.4 | - |
| YUV | 189.51 | 162.7 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 187 | 251 | 0.32 | 0.25 | 0 | 0.02 | 228 | 0.91 | 0.83 |
| Hex | AB | BB | FB | 20 | 19 | 0 | 2 | E4 | 5B | 53 |
| Octal | 253 | 273 | 373 | 40 | 31 | 0 | 2 | 344 | 133 | 123 |
| Binary | 10101011 | 10111011 | 11111011 | 100000 | 11001 | 0 | 10 | 11100100 | 1011011 | 1010011 |
Color Harmonies of #ABBBFB
Complementary color
Monochromatic Colors of #ABBBFB
Black with #ABBBFB
Text Example
Text Example
White with #ABBBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBBFB; }
p { color: rgb(171,187,251); }
H1.HeaderClassName
{
color: #ABBBFB;
}
.AnyTagClassName
{
color: #ABBBFB;
}
</style>
background-color css
<style>
a { background-color: #ABBBFB; }
a { background-color: rgb(171,187,251); }
div.DivClassName
{
background-color: #ABBBFB;
}
.BgClassName
{
background-color: #ABBBFB;
}
</style>
border-color css
<style>
span { border-color: #ABBBFB; }
span { border-color: rgb(171,187,251); }
td.TdClassName
{
border-color: #ABBBFB;
}
.TagClassName
{
border-color: #ABBBFB;
}
</style>