Shades of Perano #ACB5FE
Tints of Perano #ACB5FE
RGB
CMYK
RGB Variations
Color information
#ACB5FE (or 0xACB5FE) is known color: Perano. HEX triplet: AC, B5 and FE. RGB value is (172,181,254). Sum of RGB (Red+Green+Blue) = 172+181+254=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACB5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB5FE is #534A01. Grayscale: #BABABA. Windows color (decimal): -5458434 or 16692652. OLE color: 16692652.
HSL color Cylindrical-coordinate representation of color #ACB5FE: hue angle of 233.41º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACB5FE is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 172 | 181 | 254 | - |
CMYK | 0.32 | 0.29 | 0 | 0.00 |
HSL | 233.41º | 0.98% | 0.84% | - |
HSV(B) | 233.41º | 0.32% | 1% | - |
XYZ | 51.43 | 48.97 | 100.51 | - |
YUV | 186.63 | 166.02 | 117.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 181 | 254 | 0.32 | 0.29 | 0 | 0.00 | 233.41 | 0.98 | 0.84 |
Hex | AC | B5 | FE | 20 | 1D | 0 | 0 | E9 | 62 | 54 |
Octal | 254 | 265 | 376 | 40 | 35 | 0 | 0 | 351 | 142 | 124 |
Binary | 10101100 | 10110101 | 11111110 | 100000 | 11101 | 0 | 0 | 11101001 | 1100010 | 1010100 |
Color Harmonies of #ACB5FE
Complementary color
Monochromatic Colors of #ACB5FE
Black with #ACB5FE
Text Example
Text Example
White with #ACB5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB5FE; }
p { color: rgb(172,181,254); }
H1.HeaderClassName
{
color: #ACB5FE;
}
.AnyTagClassName
{
color: #ACB5FE;
}
</style>
background-color css
<style>
a { background-color: #ACB5FE; }
a { background-color: rgb(172,181,254); }
div.DivClassName
{
background-color: #ACB5FE;
}
.BgClassName
{
background-color: #ACB5FE;
}
</style>
border-color css
<style>
span { border-color: #ACB5FE; }
span { border-color: rgb(172,181,254); }
td.TdClassName
{
border-color: #ACB5FE;
}
.TagClassName
{
border-color: #ACB5FE;
}
</style>