Shades of Perano #ADBBE2
Tints of Perano #ADBBE2
RGB
CMYK
RGB Variations
Color information
#ADBBE2 (or 0xADBBE2) is known color: Perano. HEX triplet: AD, BB and E2. RGB value is (173,187,226). Sum of RGB (Red+Green+Blue) = 173+187+226=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 226 (88.67% from 255 or 38.57% from 586); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADBBE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBE2 is #52441D. Grayscale: #BBBBBB. Windows color (decimal): -5391390 or 14859181. OLE color: 14859181.
HSL color Cylindrical-coordinate representation of color #ADBBE2: hue angle of 224.15º 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 #ADBBE2 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 187 | 226 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.11 |
| HSL | 224.15º | 0.48% | 0.78% | - |
| HSV(B) | 224.15º | 0.23% | 0.89% | - |
| XYZ | 48.73 | 49.92 | 79.02 | - |
| YUV | 187.26 | 149.86 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 226 | 0.23 | 0.17 | 0 | 0.11 | 224.15 | 0.48 | 0.78 |
| Hex | AD | BB | E2 | 17 | 11 | 0 | B | E0 | 30 | 4E |
| Octal | 255 | 273 | 342 | 27 | 21 | 0 | 13 | 340 | 60 | 116 |
| Binary | 10101101 | 10111011 | 11100010 | 10111 | 10001 | 0 | 1011 | 11100000 | 110000 | 1001110 |
Color Harmonies of #ADBBE2
Complementary color
Monochromatic Colors of #ADBBE2
Black with #ADBBE2
Text Example
Text Example
White with #ADBBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBBE2; }
p { color: rgb(173,187,226); }
H1.HeaderClassName
{
color: #ADBBE2;
}
.AnyTagClassName
{
color: #ADBBE2;
}
</style>
background-color css
<style>
a { background-color: #ADBBE2; }
a { background-color: rgb(173,187,226); }
div.DivClassName
{
background-color: #ADBBE2;
}
.BgClassName
{
background-color: #ADBBE2;
}
</style>
border-color css
<style>
span { border-color: #ADBBE2; }
span { border-color: rgb(173,187,226); }
td.TdClassName
{
border-color: #ADBBE2;
}
.TagClassName
{
border-color: #ADBBE2;
}
</style>