Shades of Perano #ACC0FB
Tints of Perano #ACC0FB
RGB
CMYK
RGB Variations
Color information
#ACC0FB (or 0xACC0FB) is known color: Perano. HEX triplet: AC, C0 and FB. RGB value is (172,192,251). Sum of RGB (Red+Green+Blue) = 172+192+251=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACC0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC0FB is #533F04. Grayscale: #C0C0C0. Windows color (decimal): -5455621 or 16498860. OLE color: 16498860.
HSL color Cylindrical-coordinate representation of color #ACC0FB: hue angle of 224.81º 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 #ACC0FB is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 192 | 251 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.02 |
| HSL | 224.81º | 0.91% | 0.83% | - |
| HSV(B) | 224.81º | 0.31% | 0.98% | - |
| XYZ | 53.28 | 53.43 | 98.77 | - |
| YUV | 192.75 | 160.87 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 251 | 0.31 | 0.24 | 0 | 0.02 | 224.81 | 0.91 | 0.83 |
| Hex | AC | C0 | FB | 1F | 18 | 0 | 2 | E1 | 5B | 53 |
| Octal | 254 | 300 | 373 | 37 | 30 | 0 | 2 | 341 | 133 | 123 |
| Binary | 10101100 | 11000000 | 11111011 | 11111 | 11000 | 0 | 10 | 11100001 | 1011011 | 1010011 |
Color Harmonies of #ACC0FB
Complementary color
Monochromatic Colors of #ACC0FB
Black with #ACC0FB
Text Example
Text Example
White with #ACC0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC0FB; }
p { color: rgb(172,192,251); }
H1.HeaderClassName
{
color: #ACC0FB;
}
.AnyTagClassName
{
color: #ACC0FB;
}
</style>
background-color css
<style>
a { background-color: #ACC0FB; }
a { background-color: rgb(172,192,251); }
div.DivClassName
{
background-color: #ACC0FB;
}
.BgClassName
{
background-color: #ACC0FB;
}
</style>
border-color css
<style>
span { border-color: #ACC0FB; }
span { border-color: rgb(172,192,251); }
td.TdClassName
{
border-color: #ACC0FB;
}
.TagClassName
{
border-color: #ACC0FB;
}
</style>