Shades of Perano #ADBFE5
Tints of Perano #ADBFE5
RGB
CMYK
RGB Variations
Color information
#ADBFE5 (or 0xADBFE5) is known color: Perano. HEX triplet: AD, BF and E5. RGB value is (173,191,229). Sum of RGB (Red+Green+Blue) = 173+191+229=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADBFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFE5 is #52401A. Grayscale: #BDBDBD. Windows color (decimal): -5390363 or 15056813. OLE color: 15056813.
HSL color Cylindrical-coordinate representation of color #ADBFE5: hue angle of 220.71º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADBFE5 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 191 | 229 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.10 |
| HSL | 220.71º | 0.52% | 0.79% | - |
| HSV(B) | 220.71º | 0.24% | 0.9% | - |
| XYZ | 50.01 | 51.8 | 81.49 | - |
| YUV | 189.95 | 150.04 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 191 | 229 | 0.24 | 0.17 | 0 | 0.10 | 220.71 | 0.52 | 0.79 |
| Hex | AD | BF | E5 | 18 | 11 | 0 | A | DD | 34 | 4F |
| Octal | 255 | 277 | 345 | 30 | 21 | 0 | 12 | 335 | 64 | 117 |
| Binary | 10101101 | 10111111 | 11100101 | 11000 | 10001 | 0 | 1010 | 11011101 | 110100 | 1001111 |
Color Harmonies of #ADBFE5
Complementary color
Monochromatic Colors of #ADBFE5
Black with #ADBFE5
Text Example
Text Example
White with #ADBFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBFE5; }
p { color: rgb(173,191,229); }
H1.HeaderClassName
{
color: #ADBFE5;
}
.AnyTagClassName
{
color: #ADBFE5;
}
</style>
background-color css
<style>
a { background-color: #ADBFE5; }
a { background-color: rgb(173,191,229); }
div.DivClassName
{
background-color: #ADBFE5;
}
.BgClassName
{
background-color: #ADBFE5;
}
</style>
border-color css
<style>
span { border-color: #ADBFE5; }
span { border-color: rgb(173,191,229); }
td.TdClassName
{
border-color: #ADBFE5;
}
.TagClassName
{
border-color: #ADBFE5;
}
</style>