Shades of Perano #ADB4E0
Tints of Perano #ADB4E0
RGB
CMYK
RGB Variations
Color information
#ADB4E0 (or 0xADB4E0) is known color: Perano. HEX triplet: AD, B4 and E0. RGB value is (173,180,224). Sum of RGB (Red+Green+Blue) = 173+180+224=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 224 (87.89% from 255 or 38.82% from 577); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADB4E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB4E0 is #524B1F. Grayscale: #B6B6B6. Windows color (decimal): -5393184 or 14726317. OLE color: 14726317.
HSL color Cylindrical-coordinate representation of color #ADB4E0: hue angle of 231.76º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADB4E0 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 180 | 224 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.12 |
| HSL | 231.76º | 0.45% | 0.78% | - |
| HSV(B) | 231.76º | 0.23% | 0.88% | - |
| XYZ | 47.01 | 46.91 | 77.1 | - |
| YUV | 182.92 | 151.18 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 224 | 0.23 | 0.20 | 0 | 0.12 | 231.76 | 0.45 | 0.78 |
| Hex | AD | B4 | E0 | 17 | 14 | 0 | C | E8 | 2D | 4E |
| Octal | 255 | 264 | 340 | 27 | 24 | 0 | 14 | 350 | 55 | 116 |
| Binary | 10101101 | 10110100 | 11100000 | 10111 | 10100 | 0 | 1100 | 11101000 | 101101 | 1001110 |
Color Harmonies of #ADB4E0
Complementary color
Monochromatic Colors of #ADB4E0
Black with #ADB4E0
Text Example
Text Example
White with #ADB4E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB4E0; }
p { color: rgb(173,180,224); }
H1.HeaderClassName
{
color: #ADB4E0;
}
.AnyTagClassName
{
color: #ADB4E0;
}
</style>
background-color css
<style>
a { background-color: #ADB4E0; }
a { background-color: rgb(173,180,224); }
div.DivClassName
{
background-color: #ADB4E0;
}
.BgClassName
{
background-color: #ADB4E0;
}
</style>
border-color css
<style>
span { border-color: #ADB4E0; }
span { border-color: rgb(173,180,224); }
td.TdClassName
{
border-color: #ADB4E0;
}
.TagClassName
{
border-color: #ADB4E0;
}
</style>