Shades of Perano #ACB4ED
Tints of Perano #ACB4ED
RGB
CMYK
RGB Variations
Color information
#ACB4ED (or 0xACB4ED) is known color: Perano. HEX triplet: AC, B4 and ED. RGB value is (172,180,237). Sum of RGB (Red+Green+Blue) = 172+180+237=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACB4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB4ED is #534B12. Grayscale: #B7B7B7. Windows color (decimal): -5458707 or 15578284. OLE color: 15578284.
HSL color Cylindrical-coordinate representation of color #ACB4ED: hue angle of 232.62º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACB4ED is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 180 | 237 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.07 |
| HSL | 232.62º | 0.64% | 0.8% | - |
| HSV(B) | 232.62º | 0.27% | 0.93% | - |
| XYZ | 48.62 | 47.53 | 86.73 | - |
| YUV | 184.11 | 157.85 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 237 | 0.27 | 0.24 | 0 | 0.07 | 232.62 | 0.64 | 0.8 |
| Hex | AC | B4 | ED | 1B | 18 | 0 | 7 | E9 | 40 | 50 |
| Octal | 254 | 264 | 355 | 33 | 30 | 0 | 7 | 351 | 100 | 120 |
| Binary | 10101100 | 10110100 | 11101101 | 11011 | 11000 | 0 | 111 | 11101001 | 1000000 | 1010000 |
Color Harmonies of #ACB4ED
Complementary color
Monochromatic Colors of #ACB4ED
Black with #ACB4ED
Text Example
Text Example
White with #ACB4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB4ED; }
p { color: rgb(172,180,237); }
H1.HeaderClassName
{
color: #ACB4ED;
}
.AnyTagClassName
{
color: #ACB4ED;
}
</style>
background-color css
<style>
a { background-color: #ACB4ED; }
a { background-color: rgb(172,180,237); }
div.DivClassName
{
background-color: #ACB4ED;
}
.BgClassName
{
background-color: #ACB4ED;
}
</style>
border-color css
<style>
span { border-color: #ACB4ED; }
span { border-color: rgb(172,180,237); }
td.TdClassName
{
border-color: #ACB4ED;
}
.TagClassName
{
border-color: #ACB4ED;
}
</style>