Shades of Perano #ADBEEB
Tints of Perano #ADBEEB
RGB
CMYK
RGB Variations
Color information
#ADBEEB (or 0xADBEEB) is known color: Perano. HEX triplet: AD, BE and EB. RGB value is (173,190,235). Sum of RGB (Red+Green+Blue) = 173+190+235=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADBEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBEEB is #524114. Grayscale: #BDBDBD. Windows color (decimal): -5390613 or 15449773. OLE color: 15449773.
HSL color Cylindrical-coordinate representation of color #ADBEEB: hue angle of 223.55º degrees, saturation: 0.61, 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 #ADBEEB is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 190 | 235 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.08 |
| HSL | 223.55º | 0.61% | 0.8% | - |
| HSV(B) | 223.55º | 0.26% | 0.92% | - |
| XYZ | 50.64 | 51.71 | 85.91 | - |
| YUV | 190.05 | 153.37 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 235 | 0.26 | 0.19 | 0 | 0.08 | 223.55 | 0.61 | 0.8 |
| Hex | AD | BE | EB | 1A | 13 | 0 | 8 | E0 | 3D | 50 |
| Octal | 255 | 276 | 353 | 32 | 23 | 0 | 10 | 340 | 75 | 120 |
| Binary | 10101101 | 10111110 | 11101011 | 11010 | 10011 | 0 | 1000 | 11100000 | 111101 | 1010000 |
Color Harmonies of #ADBEEB
Complementary color
Monochromatic Colors of #ADBEEB
Black with #ADBEEB
Text Example
Text Example
White with #ADBEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBEEB; }
p { color: rgb(173,190,235); }
H1.HeaderClassName
{
color: #ADBEEB;
}
.AnyTagClassName
{
color: #ADBEEB;
}
</style>
background-color css
<style>
a { background-color: #ADBEEB; }
a { background-color: rgb(173,190,235); }
div.DivClassName
{
background-color: #ADBEEB;
}
.BgClassName
{
background-color: #ADBEEB;
}
</style>
border-color css
<style>
span { border-color: #ADBEEB; }
span { border-color: rgb(173,190,235); }
td.TdClassName
{
border-color: #ADBEEB;
}
.TagClassName
{
border-color: #ADBEEB;
}
</style>