Shades of Perano #ADBBDF
Tints of Perano #ADBBDF
RGB
CMYK
RGB Variations
Color information
#ADBBDF (or 0xADBBDF) is known color: Perano. HEX triplet: AD, BB and DF. RGB value is (173,187,223). Sum of RGB (Red+Green+Blue) = 173+187+223=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADBBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBDF is #524420. Grayscale: #BABABA. Windows color (decimal): -5391393 or 14662573. OLE color: 14662573.
HSL color Cylindrical-coordinate representation of color #ADBBDF: hue angle of 223.2º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADBBDF is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 187 | 223 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.13 |
| HSL | 223.2º | 0.44% | 0.78% | - |
| HSV(B) | 223.2º | 0.22% | 0.87% | - |
| XYZ | 48.32 | 49.75 | 76.87 | - |
| YUV | 186.92 | 148.36 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 223 | 0.22 | 0.16 | 0 | 0.13 | 223.2 | 0.44 | 0.78 |
| Hex | AD | BB | DF | 16 | 10 | 0 | D | DF | 2C | 4E |
| Octal | 255 | 273 | 337 | 26 | 20 | 0 | 15 | 337 | 54 | 116 |
| Binary | 10101101 | 10111011 | 11011111 | 10110 | 10000 | 0 | 1101 | 11011111 | 101100 | 1001110 |
Color Harmonies of #ADBBDF
Complementary color
Monochromatic Colors of #ADBBDF
Black with #ADBBDF
Text Example
Text Example
White with #ADBBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBBDF; }
p { color: rgb(173,187,223); }
H1.HeaderClassName
{
color: #ADBBDF;
}
.AnyTagClassName
{
color: #ADBBDF;
}
</style>
background-color css
<style>
a { background-color: #ADBBDF; }
a { background-color: rgb(173,187,223); }
div.DivClassName
{
background-color: #ADBBDF;
}
.BgClassName
{
background-color: #ADBBDF;
}
</style>
border-color css
<style>
span { border-color: #ADBBDF; }
span { border-color: rgb(173,187,223); }
td.TdClassName
{
border-color: #ADBBDF;
}
.TagClassName
{
border-color: #ADBBDF;
}
</style>