Shades of Perano #ADBEEA
Tints of Perano #ADBEEA
RGB
CMYK
RGB Variations
Color information
#ADBEEA (or 0xADBEEA) is known color: Perano. HEX triplet: AD, BE and EA. RGB value is (173,190,234). Sum of RGB (Red+Green+Blue) = 173+190+234=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADBEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBEEA is #524115. Grayscale: #BDBDBD. Windows color (decimal): -5390614 or 15384237. OLE color: 15384237.
HSL color Cylindrical-coordinate representation of color #ADBEEA: hue angle of 223.28º 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 #ADBEEA is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 190 | 234 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.08 |
| HSL | 223.28º | 0.59% | 0.8% | - |
| HSV(B) | 223.28º | 0.26% | 0.92% | - |
| XYZ | 50.5 | 51.65 | 85.15 | - |
| YUV | 189.93 | 152.87 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 234 | 0.26 | 0.19 | 0 | 0.08 | 223.28 | 0.59 | 0.8 |
| Hex | AD | BE | EA | 1A | 13 | 0 | 8 | DF | 3B | 50 |
| Octal | 255 | 276 | 352 | 32 | 23 | 0 | 10 | 337 | 73 | 120 |
| Binary | 10101101 | 10111110 | 11101010 | 11010 | 10011 | 0 | 1000 | 11011111 | 111011 | 1010000 |
Color Harmonies of #ADBEEA
Complementary color
Monochromatic Colors of #ADBEEA
Black with #ADBEEA
Text Example
Text Example
White with #ADBEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBEEA; }
p { color: rgb(173,190,234); }
H1.HeaderClassName
{
color: #ADBEEA;
}
.AnyTagClassName
{
color: #ADBEEA;
}
</style>
background-color css
<style>
a { background-color: #ADBEEA; }
a { background-color: rgb(173,190,234); }
div.DivClassName
{
background-color: #ADBEEA;
}
.BgClassName
{
background-color: #ADBEEA;
}
</style>
border-color css
<style>
span { border-color: #ADBEEA; }
span { border-color: rgb(173,190,234); }
td.TdClassName
{
border-color: #ADBEEA;
}
.TagClassName
{
border-color: #ADBEEA;
}
</style>