Shades of Perano #ADBBFD
Tints of Perano #ADBBFD
RGB
CMYK
RGB Variations
Color information
#ADBBFD (or 0xADBBFD) is known color: Perano. HEX triplet: AD, BB and FD. RGB value is (173,187,253). Sum of RGB (Red+Green+Blue) = 173+187+253=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADBBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBBFD is #524402. Grayscale: #BEBEBE. Windows color (decimal): -5391363 or 16628653. OLE color: 16628653.
HSL color Cylindrical-coordinate representation of color #ADBBFD: hue angle of 229.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADBBFD is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 187 | 253 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.01 |
| HSL | 229.5º | 0.95% | 0.84% | - |
| HSV(B) | 229.5º | 0.32% | 0.99% | - |
| XYZ | 52.73 | 51.52 | 100.09 | - |
| YUV | 190.34 | 163.36 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 253 | 0.32 | 0.26 | 0 | 0.01 | 229.5 | 0.95 | 0.84 |
| Hex | AD | BB | FD | 20 | 1A | 0 | 1 | E6 | 5F | 54 |
| Octal | 255 | 273 | 375 | 40 | 32 | 0 | 1 | 346 | 137 | 124 |
| Binary | 10101101 | 10111011 | 11111101 | 100000 | 11010 | 0 | 1 | 11100110 | 1011111 | 1010100 |
Color Harmonies of #ADBBFD
Complementary color
Monochromatic Colors of #ADBBFD
Black with #ADBBFD
Text Example
Text Example
White with #ADBBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBBFD; }
p { color: rgb(173,187,253); }
H1.HeaderClassName
{
color: #ADBBFD;
}
.AnyTagClassName
{
color: #ADBBFD;
}
</style>
background-color css
<style>
a { background-color: #ADBBFD; }
a { background-color: rgb(173,187,253); }
div.DivClassName
{
background-color: #ADBBFD;
}
.BgClassName
{
background-color: #ADBBFD;
}
</style>
border-color css
<style>
span { border-color: #ADBBFD; }
span { border-color: rgb(173,187,253); }
td.TdClassName
{
border-color: #ADBBFD;
}
.TagClassName
{
border-color: #ADBBFD;
}
</style>