Shades of Perano #ADBBE7
Tints of Perano #ADBBE7
RGB
CMYK
RGB Variations
Color information
#ADBBE7 (or 0xADBBE7) is known color: Perano. HEX triplet: AD, BB and E7. RGB value is (173,187,231). Sum of RGB (Red+Green+Blue) = 173+187+231=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 231 (90.62% from 255 or 39.09% from 591); Max value from RGB is 231 - color contains mainly: blue. Hex color #ADBBE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBBE7 is #524418. Grayscale: #BBBBBB. Windows color (decimal): -5391385 or 15186861. OLE color: 15186861.
HSL color Cylindrical-coordinate representation of color #ADBBE7: hue angle of 225.52º degrees, saturation: 0.55, 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 #ADBBE7 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 187 | 231 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.09 |
| HSL | 225.52º | 0.55% | 0.79% | - |
| HSV(B) | 225.52º | 0.25% | 0.91% | - |
| XYZ | 49.43 | 50.19 | 82.68 | - |
| YUV | 187.83 | 152.36 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 231 | 0.25 | 0.19 | 0 | 0.09 | 225.52 | 0.55 | 0.79 |
| Hex | AD | BB | E7 | 19 | 13 | 0 | 9 | E2 | 37 | 4F |
| Octal | 255 | 273 | 347 | 31 | 23 | 0 | 11 | 342 | 67 | 117 |
| Binary | 10101101 | 10111011 | 11100111 | 11001 | 10011 | 0 | 1001 | 11100010 | 110111 | 1001111 |
Color Harmonies of #ADBBE7
Complementary color
Monochromatic Colors of #ADBBE7
Black with #ADBBE7
Text Example
Text Example
White with #ADBBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBBE7; }
p { color: rgb(173,187,231); }
H1.HeaderClassName
{
color: #ADBBE7;
}
.AnyTagClassName
{
color: #ADBBE7;
}
</style>
background-color css
<style>
a { background-color: #ADBBE7; }
a { background-color: rgb(173,187,231); }
div.DivClassName
{
background-color: #ADBBE7;
}
.BgClassName
{
background-color: #ADBBE7;
}
</style>
border-color css
<style>
span { border-color: #ADBBE7; }
span { border-color: rgb(173,187,231); }
td.TdClassName
{
border-color: #ADBBE7;
}
.TagClassName
{
border-color: #ADBBE7;
}
</style>