Shades of Perano #ADACEB
Tints of Perano #ADACEB
RGB
CMYK
RGB Variations
Color information
#ADACEB (or 0xADACEB) is known color: Perano. HEX triplet: AD, AC and EB. RGB value is (173,172,235). Sum of RGB (Red+Green+Blue) = 173+172+235=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADACEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADACEB is #525314. Grayscale: #B3B3B3. Windows color (decimal): -5395221 or 15445165. OLE color: 15445165.
HSL color Cylindrical-coordinate representation of color #ADACEB: hue angle of 240.95º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADACEB is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 172 | 235 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.08 |
| HSL | 240.95º | 0.61% | 0.8% | - |
| HSV(B) | 240.95º | 0.27% | 0.92% | - |
| XYZ | 46.98 | 44.39 | 84.69 | - |
| YUV | 179.48 | 159.33 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 235 | 0.26 | 0.27 | 0 | 0.08 | 240.95 | 0.61 | 0.8 |
| Hex | AD | AC | EB | 1A | 1B | 0 | 8 | F1 | 3D | 50 |
| Octal | 255 | 254 | 353 | 32 | 33 | 0 | 10 | 361 | 75 | 120 |
| Binary | 10101101 | 10101100 | 11101011 | 11010 | 11011 | 0 | 1000 | 11110001 | 111101 | 1010000 |
Color Harmonies of #ADACEB
Complementary color
Monochromatic Colors of #ADACEB
Black with #ADACEB
Text Example
Text Example
White with #ADACEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACEB; }
p { color: rgb(173,172,235); }
H1.HeaderClassName
{
color: #ADACEB;
}
.AnyTagClassName
{
color: #ADACEB;
}
</style>
background-color css
<style>
a { background-color: #ADACEB; }
a { background-color: rgb(173,172,235); }
div.DivClassName
{
background-color: #ADACEB;
}
.BgClassName
{
background-color: #ADACEB;
}
</style>
border-color css
<style>
span { border-color: #ADACEB; }
span { border-color: rgb(173,172,235); }
td.TdClassName
{
border-color: #ADACEB;
}
.TagClassName
{
border-color: #ADACEB;
}
</style>