Shades of Perano #ADBCDF
Tints of Perano #ADBCDF
RGB
CMYK
RGB Variations
Color information
#ADBCDF (or 0xADBCDF) is known color: Perano. HEX triplet: AD, BC and DF. RGB value is (173,188,223). Sum of RGB (Red+Green+Blue) = 173+188+223=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADBCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBCDF is #524320. Grayscale: #BBBBBB. Windows color (decimal): -5391137 or 14662829. OLE color: 14662829.
HSL color Cylindrical-coordinate representation of color #ADBCDF: hue angle of 222º 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 #ADBCDF is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 188 | 223 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.13 |
| HSL | 222º | 0.44% | 0.78% | - |
| HSV(B) | 222º | 0.22% | 0.87% | - |
| XYZ | 48.54 | 50.18 | 76.94 | - |
| YUV | 187.51 | 148.03 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 223 | 0.22 | 0.16 | 0 | 0.13 | 222 | 0.44 | 0.78 |
| Hex | AD | BC | DF | 16 | 10 | 0 | D | DE | 2C | 4E |
| Octal | 255 | 274 | 337 | 26 | 20 | 0 | 15 | 336 | 54 | 116 |
| Binary | 10101101 | 10111100 | 11011111 | 10110 | 10000 | 0 | 1101 | 11011110 | 101100 | 1001110 |
Color Harmonies of #ADBCDF
Complementary color
Monochromatic Colors of #ADBCDF
Black with #ADBCDF
Text Example
Text Example
White with #ADBCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBCDF; }
p { color: rgb(173,188,223); }
H1.HeaderClassName
{
color: #ADBCDF;
}
.AnyTagClassName
{
color: #ADBCDF;
}
</style>
background-color css
<style>
a { background-color: #ADBCDF; }
a { background-color: rgb(173,188,223); }
div.DivClassName
{
background-color: #ADBCDF;
}
.BgClassName
{
background-color: #ADBCDF;
}
</style>
border-color css
<style>
span { border-color: #ADBCDF; }
span { border-color: rgb(173,188,223); }
td.TdClassName
{
border-color: #ADBCDF;
}
.TagClassName
{
border-color: #ADBCDF;
}
</style>