Shades of Perano #ADBBE6
Tints of Perano #ADBBE6
RGB
CMYK
RGB Variations
Color information
#ADBBE6 (or 0xADBBE6) is known color: Perano. HEX triplet: AD, BB and E6. RGB value is (173,187,230). Sum of RGB (Red+Green+Blue) = 173+187+230=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 230 (90.23% from 255 or 38.98% from 590); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADBBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBBE6 is #524419. Grayscale: #BBBBBB. Windows color (decimal): -5391386 or 15121325. OLE color: 15121325.
HSL color Cylindrical-coordinate representation of color #ADBBE6: hue angle of 225.26º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADBBE6 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 187 | 230 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.10 |
| HSL | 225.26º | 0.53% | 0.79% | - |
| HSV(B) | 225.26º | 0.25% | 0.9% | - |
| XYZ | 49.29 | 50.14 | 81.94 | - |
| YUV | 187.72 | 151.86 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 230 | 0.25 | 0.19 | 0 | 0.10 | 225.26 | 0.53 | 0.79 |
| Hex | AD | BB | E6 | 19 | 13 | 0 | A | E1 | 35 | 4F |
| Octal | 255 | 273 | 346 | 31 | 23 | 0 | 12 | 341 | 65 | 117 |
| Binary | 10101101 | 10111011 | 11100110 | 11001 | 10011 | 0 | 1010 | 11100001 | 110101 | 1001111 |
Color Harmonies of #ADBBE6
Complementary color
Monochromatic Colors of #ADBBE6
Black with #ADBBE6
Text Example
Text Example
White with #ADBBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBBE6; }
p { color: rgb(173,187,230); }
H1.HeaderClassName
{
color: #ADBBE6;
}
.AnyTagClassName
{
color: #ADBBE6;
}
</style>
background-color css
<style>
a { background-color: #ADBBE6; }
a { background-color: rgb(173,187,230); }
div.DivClassName
{
background-color: #ADBBE6;
}
.BgClassName
{
background-color: #ADBBE6;
}
</style>
border-color css
<style>
span { border-color: #ADBBE6; }
span { border-color: rgb(173,187,230); }
td.TdClassName
{
border-color: #ADBBE6;
}
.TagClassName
{
border-color: #ADBBE6;
}
</style>