Shades of Perano #ADBBE8
Tints of Perano #ADBBE8
RGB
CMYK
RGB Variations
Color information
#ADBBE8 (or 0xADBBE8) is known color: Perano. HEX triplet: AD, BB and E8. RGB value is (173,187,232). Sum of RGB (Red+Green+Blue) = 173+187+232=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 232 (91.02% from 255 or 39.19% from 592); Max value from RGB is 232 - color contains mainly: blue. Hex color #ADBBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBBE8 is #524417. Grayscale: #BBBBBB. Windows color (decimal): -5391384 or 15252397. OLE color: 15252397.
HSL color Cylindrical-coordinate representation of color #ADBBE8: hue angle of 225.76º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADBBE8 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 187 | 232 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.09 |
| HSL | 225.76º | 0.56% | 0.79% | - |
| HSV(B) | 225.76º | 0.25% | 0.91% | - |
| XYZ | 49.57 | 50.25 | 83.43 | - |
| YUV | 187.94 | 152.86 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 232 | 0.25 | 0.19 | 0 | 0.09 | 225.76 | 0.56 | 0.79 |
| Hex | AD | BB | E8 | 19 | 13 | 0 | 9 | E2 | 38 | 4F |
| Octal | 255 | 273 | 350 | 31 | 23 | 0 | 11 | 342 | 70 | 117 |
| Binary | 10101101 | 10111011 | 11101000 | 11001 | 10011 | 0 | 1001 | 11100010 | 111000 | 1001111 |
Color Harmonies of #ADBBE8
Complementary color
Monochromatic Colors of #ADBBE8
Black with #ADBBE8
Text Example
Text Example
White with #ADBBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBBE8; }
p { color: rgb(173,187,232); }
H1.HeaderClassName
{
color: #ADBBE8;
}
.AnyTagClassName
{
color: #ADBBE8;
}
</style>
background-color css
<style>
a { background-color: #ADBBE8; }
a { background-color: rgb(173,187,232); }
div.DivClassName
{
background-color: #ADBBE8;
}
.BgClassName
{
background-color: #ADBBE8;
}
</style>
border-color css
<style>
span { border-color: #ADBBE8; }
span { border-color: rgb(173,187,232); }
td.TdClassName
{
border-color: #ADBBE8;
}
.TagClassName
{
border-color: #ADBBE8;
}
</style>