Shades of Perano #ADB9FD
Tints of Perano #ADB9FD
RGB
CMYK
RGB Variations
Color information
#ADB9FD (or 0xADB9FD) is known color: Perano. HEX triplet: AD, B9 and FD. RGB value is (173,185,253). Sum of RGB (Red+Green+Blue) = 173+185+253=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADB9FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB9FD is #524602. Grayscale: #BCBCBC. Windows color (decimal): -5391875 or 16628141. OLE color: 16628141.
HSL color Cylindrical-coordinate representation of color #ADB9FD: hue angle of 231º 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 #ADB9FD is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 185 | 253 | - |
CMYK | 0.32 | 0.27 | 0 | 0.01 |
HSL | 231º | 0.95% | 0.84% | - |
HSV(B) | 231º | 0.32% | 0.99% | - |
XYZ | 52.31 | 50.67 | 99.95 | - |
YUV | 189.16 | 164.02 | 116.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 185 | 253 | 0.32 | 0.27 | 0 | 0.01 | 231 | 0.95 | 0.84 |
Hex | AD | B9 | FD | 20 | 1B | 0 | 1 | E7 | 5F | 54 |
Octal | 255 | 271 | 375 | 40 | 33 | 0 | 1 | 347 | 137 | 124 |
Binary | 10101101 | 10111001 | 11111101 | 100000 | 11011 | 0 | 1 | 11100111 | 1011111 | 1010100 |
Color Harmonies of #ADB9FD
Complementary color
Monochromatic Colors of #ADB9FD
Black with #ADB9FD
Text Example
Text Example
White with #ADB9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB9FD; }
p { color: rgb(173,185,253); }
H1.HeaderClassName
{
color: #ADB9FD;
}
.AnyTagClassName
{
color: #ADB9FD;
}
</style>
background-color css
<style>
a { background-color: #ADB9FD; }
a { background-color: rgb(173,185,253); }
div.DivClassName
{
background-color: #ADB9FD;
}
.BgClassName
{
background-color: #ADB9FD;
}
</style>
border-color css
<style>
span { border-color: #ADB9FD; }
span { border-color: rgb(173,185,253); }
td.TdClassName
{
border-color: #ADB9FD;
}
.TagClassName
{
border-color: #ADB9FD;
}
</style>