Shades of Perano #ACB7FB
Tints of Perano #ACB7FB
RGB
CMYK
RGB Variations
Color information
#ACB7FB (or 0xACB7FB) is known color: Perano. HEX triplet: AC, B7 and FB. RGB value is (172,183,251). Sum of RGB (Red+Green+Blue) = 172+183+251=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 183 (71.88% from 255 or 30.20% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACB7FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB7FB is #534804. Grayscale: #BBBBBB. Windows color (decimal): -5457925 or 16496556. OLE color: 16496556.
HSL color Cylindrical-coordinate representation of color #ACB7FB: hue angle of 231.65º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACB7FB is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 183 | 251 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.02 |
| HSL | 231.65º | 0.91% | 0.83% | - |
| HSV(B) | 231.65º | 0.31% | 0.98% | - |
| XYZ | 51.36 | 49.6 | 98.13 | - |
| YUV | 187.46 | 163.86 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 251 | 0.31 | 0.27 | 0 | 0.02 | 231.65 | 0.91 | 0.83 |
| Hex | AC | B7 | FB | 1F | 1B | 0 | 2 | E8 | 5B | 53 |
| Octal | 254 | 267 | 373 | 37 | 33 | 0 | 2 | 350 | 133 | 123 |
| Binary | 10101100 | 10110111 | 11111011 | 11111 | 11011 | 0 | 10 | 11101000 | 1011011 | 1010011 |
Color Harmonies of #ACB7FB
Complementary color
Monochromatic Colors of #ACB7FB
Black with #ACB7FB
Text Example
Text Example
White with #ACB7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB7FB; }
p { color: rgb(172,183,251); }
H1.HeaderClassName
{
color: #ACB7FB;
}
.AnyTagClassName
{
color: #ACB7FB;
}
</style>
background-color css
<style>
a { background-color: #ACB7FB; }
a { background-color: rgb(172,183,251); }
div.DivClassName
{
background-color: #ACB7FB;
}
.BgClassName
{
background-color: #ACB7FB;
}
</style>
border-color css
<style>
span { border-color: #ACB7FB; }
span { border-color: rgb(172,183,251); }
td.TdClassName
{
border-color: #ACB7FB;
}
.TagClassName
{
border-color: #ACB7FB;
}
</style>