Shades of Perano #ADBBE3
Tints of Perano #ADBBE3
RGB
CMYK
RGB Variations
Color information
#ADBBE3 (or 0xADBBE3) is known color: Perano. HEX triplet: AD, BB and E3. RGB value is (173,187,227). Sum of RGB (Red+Green+Blue) = 173+187+227=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 227 (89.06% from 255 or 38.67% from 587); Max value from RGB is 227 - color contains mainly: blue. Hex color #ADBBE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBE3 is #52441C. Grayscale: #BBBBBB. Windows color (decimal): -5391389 or 14924717. OLE color: 14924717.
HSL color Cylindrical-coordinate representation of color #ADBBE3: hue angle of 224.44º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADBBE3 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 187 | 227 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.11 |
| HSL | 224.44º | 0.49% | 0.78% | - |
| HSV(B) | 224.44º | 0.24% | 0.89% | - |
| XYZ | 48.87 | 49.97 | 79.74 | - |
| YUV | 187.37 | 150.36 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 227 | 0.24 | 0.18 | 0 | 0.11 | 224.44 | 0.49 | 0.78 |
| Hex | AD | BB | E3 | 18 | 12 | 0 | B | E0 | 31 | 4E |
| Octal | 255 | 273 | 343 | 30 | 22 | 0 | 13 | 340 | 61 | 116 |
| Binary | 10101101 | 10111011 | 11100011 | 11000 | 10010 | 0 | 1011 | 11100000 | 110001 | 1001110 |
Color Harmonies of #ADBBE3
Complementary color
Monochromatic Colors of #ADBBE3
Black with #ADBBE3
Text Example
Text Example
White with #ADBBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBBE3; }
p { color: rgb(173,187,227); }
H1.HeaderClassName
{
color: #ADBBE3;
}
.AnyTagClassName
{
color: #ADBBE3;
}
</style>
background-color css
<style>
a { background-color: #ADBBE3; }
a { background-color: rgb(173,187,227); }
div.DivClassName
{
background-color: #ADBBE3;
}
.BgClassName
{
background-color: #ADBBE3;
}
</style>
border-color css
<style>
span { border-color: #ADBBE3; }
span { border-color: rgb(173,187,227); }
td.TdClassName
{
border-color: #ADBBE3;
}
.TagClassName
{
border-color: #ADBBE3;
}
</style>