Shades of Perano #ADBCEA
Tints of Perano #ADBCEA
RGB
CMYK
RGB Variations
Color information
#ADBCEA (or 0xADBCEA) is known color: Perano. HEX triplet: AD, BC and EA. RGB value is (173,188,234). Sum of RGB (Red+Green+Blue) = 173+188+234=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADBCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBCEA is #524315. Grayscale: #BCBCBC. Windows color (decimal): -5391126 or 15383725. OLE color: 15383725.
HSL color Cylindrical-coordinate representation of color #ADBCEA: hue angle of 225.25º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADBCEA is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 188 | 234 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.08 |
| HSL | 225.25º | 0.59% | 0.8% | - |
| HSV(B) | 225.25º | 0.26% | 0.92% | - |
| XYZ | 50.07 | 50.79 | 85.01 | - |
| YUV | 188.76 | 153.53 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 234 | 0.26 | 0.20 | 0 | 0.08 | 225.25 | 0.59 | 0.8 |
| Hex | AD | BC | EA | 1A | 14 | 0 | 8 | E1 | 3B | 50 |
| Octal | 255 | 274 | 352 | 32 | 24 | 0 | 10 | 341 | 73 | 120 |
| Binary | 10101101 | 10111100 | 11101010 | 11010 | 10100 | 0 | 1000 | 11100001 | 111011 | 1010000 |
Color Harmonies of #ADBCEA
Complementary color
Monochromatic Colors of #ADBCEA
Black with #ADBCEA
Text Example
Text Example
White with #ADBCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBCEA; }
p { color: rgb(173,188,234); }
H1.HeaderClassName
{
color: #ADBCEA;
}
.AnyTagClassName
{
color: #ADBCEA;
}
</style>
background-color css
<style>
a { background-color: #ADBCEA; }
a { background-color: rgb(173,188,234); }
div.DivClassName
{
background-color: #ADBCEA;
}
.BgClassName
{
background-color: #ADBCEA;
}
</style>
border-color css
<style>
span { border-color: #ADBCEA; }
span { border-color: rgb(173,188,234); }
td.TdClassName
{
border-color: #ADBCEA;
}
.TagClassName
{
border-color: #ADBCEA;
}
</style>