Shades of Perano #ACBAED
Tints of Perano #ACBAED
RGB
CMYK
RGB Variations
Color information
#ACBAED (or 0xACBAED) is known color: Perano. HEX triplet: AC, BA and ED. RGB value is (172,186,237). Sum of RGB (Red+Green+Blue) = 172+186+237=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACBAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBAED is #534512. Grayscale: #BBBBBB. Windows color (decimal): -5457171 or 15579820. OLE color: 15579820.
HSL color Cylindrical-coordinate representation of color #ACBAED: hue angle of 227.08º 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 #ACBAED is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 186 | 237 | - |
CMYK | 0.27 | 0.22 | 0 | 0.07 |
HSL | 227.08º | 0.64% | 0.8% | - |
HSV(B) | 227.08º | 0.27% | 0.93% | - |
XYZ | 49.86 | 50 | 87.14 | - |
YUV | 187.63 | 155.86 | 116.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 186 | 237 | 0.27 | 0.22 | 0 | 0.07 | 227.08 | 0.64 | 0.8 |
Hex | AC | BA | ED | 1B | 16 | 0 | 7 | E3 | 40 | 50 |
Octal | 254 | 272 | 355 | 33 | 26 | 0 | 7 | 343 | 100 | 120 |
Binary | 10101100 | 10111010 | 11101101 | 11011 | 10110 | 0 | 111 | 11100011 | 1000000 | 1010000 |
Color Harmonies of #ACBAED
Complementary color
Monochromatic Colors of #ACBAED
Black with #ACBAED
Text Example
Text Example
White with #ACBAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBAED; }
p { color: rgb(172,186,237); }
H1.HeaderClassName
{
color: #ACBAED;
}
.AnyTagClassName
{
color: #ACBAED;
}
</style>
background-color css
<style>
a { background-color: #ACBAED; }
a { background-color: rgb(172,186,237); }
div.DivClassName
{
background-color: #ACBAED;
}
.BgClassName
{
background-color: #ACBAED;
}
</style>
border-color css
<style>
span { border-color: #ACBAED; }
span { border-color: rgb(172,186,237); }
td.TdClassName
{
border-color: #ACBAED;
}
.TagClassName
{
border-color: #ACBAED;
}
</style>