Shades of Perano #ADB8ED
Tints of Perano #ADB8ED
RGB
CMYK
RGB Variations
Color information
#ADB8ED (or 0xADB8ED) is known color: Perano. HEX triplet: AD, B8 and ED. RGB value is (173,184,237). Sum of RGB (Red+Green+Blue) = 173+184+237=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 184 (72.27% from 255 or 30.98% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADB8ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB8ED is #524712. Grayscale: #BABABA. Windows color (decimal): -5392147 or 15579309. OLE color: 15579309.
HSL color Cylindrical-coordinate representation of color #ADB8ED: hue angle of 229.69º 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 #ADB8ED is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 184 | 237 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.07 |
| HSL | 229.69º | 0.64% | 0.8% | - |
| HSV(B) | 229.69º | 0.27% | 0.93% | - |
| XYZ | 49.66 | 49.28 | 87.02 | - |
| YUV | 186.75 | 156.36 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 237 | 0.27 | 0.22 | 0 | 0.07 | 229.69 | 0.64 | 0.8 |
| Hex | AD | B8 | ED | 1B | 16 | 0 | 7 | E6 | 40 | 50 |
| Octal | 255 | 270 | 355 | 33 | 26 | 0 | 7 | 346 | 100 | 120 |
| Binary | 10101101 | 10111000 | 11101101 | 11011 | 10110 | 0 | 111 | 11100110 | 1000000 | 1010000 |
Color Harmonies of #ADB8ED
Complementary color
Monochromatic Colors of #ADB8ED
Black with #ADB8ED
Text Example
Text Example
White with #ADB8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB8ED; }
p { color: rgb(173,184,237); }
H1.HeaderClassName
{
color: #ADB8ED;
}
.AnyTagClassName
{
color: #ADB8ED;
}
</style>
background-color css
<style>
a { background-color: #ADB8ED; }
a { background-color: rgb(173,184,237); }
div.DivClassName
{
background-color: #ADB8ED;
}
.BgClassName
{
background-color: #ADB8ED;
}
</style>
border-color css
<style>
span { border-color: #ADB8ED; }
span { border-color: rgb(173,184,237); }
td.TdClassName
{
border-color: #ADB8ED;
}
.TagClassName
{
border-color: #ADB8ED;
}
</style>