Shades of Perano #ADBBFF
Tints of Perano #ADBBFF
RGB
CMYK
RGB Variations
Color information
#ADBBFF (or 0xADBBFF) is known color: Perano. HEX triplet: AD, BB and FF. RGB value is (173,187,255). Sum of RGB (Red+Green+Blue) = 173+187+255=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADBBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBBFF is #524400. Grayscale: #BEBEBE. Windows color (decimal): -5391361 or 16759725. OLE color: 16759725.
HSL color Cylindrical-coordinate representation of color #ADBBFF: hue angle of 229.76º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADBBFF is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 187 | 255 | - |
| CMYK | 0.32 | 0.27 | 0 | 0 |
| HSL | 229.76º | 1% | 0.84% | - |
| HSV(B) | 229.76º | 0.32% | 1% | - |
| XYZ | 53.05 | 51.64 | 101.78 | - |
| YUV | 190.57 | 164.36 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 255 | 0.32 | 0.27 | 0 | 0 | 229.76 | 1 | 0.84 |
| Hex | AD | BB | FF | 20 | 1B | 0 | 0 | E6 | 64 | 54 |
| Octal | 255 | 273 | 377 | 40 | 33 | 0 | 0 | 346 | 144 | 124 |
| Binary | 10101101 | 10111011 | 11111111 | 100000 | 11011 | 0 | 0 | 11100110 | 1100100 | 1010100 |
Color Harmonies of #ADBBFF
Complementary color
Monochromatic Colors of #ADBBFF
Black with #ADBBFF
Text Example
Text Example
White with #ADBBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBBFF; }
p { color: rgb(173,187,255); }
H1.HeaderClassName
{
color: #ADBBFF;
}
.AnyTagClassName
{
color: #ADBBFF;
}
</style>
background-color css
<style>
a { background-color: #ADBBFF; }
a { background-color: rgb(173,187,255); }
div.DivClassName
{
background-color: #ADBBFF;
}
.BgClassName
{
background-color: #ADBBFF;
}
</style>
border-color css
<style>
span { border-color: #ADBBFF; }
span { border-color: rgb(173,187,255); }
td.TdClassName
{
border-color: #ADBBFF;
}
.TagClassName
{
border-color: #ADBBFF;
}
</style>