Shades of Perano #ABB5FD
Tints of Perano #ABB5FD
RGB
CMYK
RGB Variations
Color information
#ABB5FD (or 0xABB5FD) is known color: Perano. HEX triplet: AB, B5 and FD. RGB value is (171,181,253). Sum of RGB (Red+Green+Blue) = 171+181+253=605 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.26% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABB5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB5FD is #544A02. Grayscale: #B9B9B9. Windows color (decimal): -5523971 or 16627115. OLE color: 16627115.
HSL color Cylindrical-coordinate representation of color #ABB5FD: hue angle of 232.68º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABB5FD is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 171 | 181 | 253 | - |
CMYK | 0.32 | 0.28 | 0 | 0.01 |
HSL | 232.68º | 0.95% | 0.83% | - |
HSV(B) | 232.68º | 0.32% | 0.99% | - |
XYZ | 51.05 | 48.8 | 99.66 | - |
YUV | 186.22 | 165.69 | 117.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 181 | 253 | 0.32 | 0.28 | 0 | 0.01 | 232.68 | 0.95 | 0.83 |
Hex | AB | B5 | FD | 20 | 1C | 0 | 1 | E9 | 5F | 53 |
Octal | 253 | 265 | 375 | 40 | 34 | 0 | 1 | 351 | 137 | 123 |
Binary | 10101011 | 10110101 | 11111101 | 100000 | 11100 | 0 | 1 | 11101001 | 1011111 | 1010011 |
Color Harmonies of #ABB5FD
Complementary color
Monochromatic Colors of #ABB5FD
Black with #ABB5FD
Text Example
Text Example
White with #ABB5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB5FD; }
p { color: rgb(171,181,253); }
H1.HeaderClassName
{
color: #ABB5FD;
}
.AnyTagClassName
{
color: #ABB5FD;
}
</style>
background-color css
<style>
a { background-color: #ABB5FD; }
a { background-color: rgb(171,181,253); }
div.DivClassName
{
background-color: #ABB5FD;
}
.BgClassName
{
background-color: #ABB5FD;
}
</style>
border-color css
<style>
span { border-color: #ABB5FD; }
span { border-color: rgb(171,181,253); }
td.TdClassName
{
border-color: #ABB5FD;
}
.TagClassName
{
border-color: #ABB5FD;
}
</style>