Shades of Perano #ADBCE2
Tints of Perano #ADBCE2
RGB
CMYK
RGB Variations
Color information
#ADBCE2 (or 0xADBCE2) is known color: Perano. HEX triplet: AD, BC and E2. RGB value is (173,188,226). Sum of RGB (Red+Green+Blue) = 173+188+226=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 226 (88.67% from 255 or 38.50% from 587); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADBCE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBCE2 is #52431D. Grayscale: #BBBBBB. Windows color (decimal): -5391134 or 14859437. OLE color: 14859437.
HSL color Cylindrical-coordinate representation of color #ADBCE2: hue angle of 223.02º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADBCE2 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 188 | 226 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.11 |
| HSL | 223.02º | 0.48% | 0.78% | - |
| HSV(B) | 223.02º | 0.23% | 0.89% | - |
| XYZ | 48.94 | 50.34 | 79.09 | - |
| YUV | 187.85 | 149.53 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 226 | 0.23 | 0.17 | 0 | 0.11 | 223.02 | 0.48 | 0.78 |
| Hex | AD | BC | E2 | 17 | 11 | 0 | B | DF | 30 | 4E |
| Octal | 255 | 274 | 342 | 27 | 21 | 0 | 13 | 337 | 60 | 116 |
| Binary | 10101101 | 10111100 | 11100010 | 10111 | 10001 | 0 | 1011 | 11011111 | 110000 | 1001110 |
Color Harmonies of #ADBCE2
Complementary color
Monochromatic Colors of #ADBCE2
Black with #ADBCE2
Text Example
Text Example
White with #ADBCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBCE2; }
p { color: rgb(173,188,226); }
H1.HeaderClassName
{
color: #ADBCE2;
}
.AnyTagClassName
{
color: #ADBCE2;
}
</style>
background-color css
<style>
a { background-color: #ADBCE2; }
a { background-color: rgb(173,188,226); }
div.DivClassName
{
background-color: #ADBCE2;
}
.BgClassName
{
background-color: #ADBCE2;
}
</style>
border-color css
<style>
span { border-color: #ADBCE2; }
span { border-color: rgb(173,188,226); }
td.TdClassName
{
border-color: #ADBCE2;
}
.TagClassName
{
border-color: #ADBCE2;
}
</style>