Shades of Perano #ADB5FD
Tints of Perano #ADB5FD
RGB
CMYK
RGB Variations
Color information
#ADB5FD (or 0xADB5FD) is known color: Perano. HEX triplet: AD, B5 and FD. RGB value is (173,181,253). Sum of RGB (Red+Green+Blue) = 173+181+253=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADB5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB5FD is #524A02. Grayscale: #BABABA. Windows color (decimal): -5392899 or 16627117. OLE color: 16627117.
HSL color Cylindrical-coordinate representation of color #ADB5FD: hue angle of 234º 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 #ADB5FD is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 181 | 253 | - |
CMYK | 0.32 | 0.28 | 0 | 0.01 |
HSL | 234º | 0.95% | 0.84% | - |
HSV(B) | 234º | 0.32% | 0.99% | - |
XYZ | 51.49 | 49.02 | 99.68 | - |
YUV | 186.82 | 165.35 | 118.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 181 | 253 | 0.32 | 0.28 | 0 | 0.01 | 234 | 0.95 | 0.84 |
Hex | AD | B5 | FD | 20 | 1C | 0 | 1 | EA | 5F | 54 |
Octal | 255 | 265 | 375 | 40 | 34 | 0 | 1 | 352 | 137 | 124 |
Binary | 10101101 | 10110101 | 11111101 | 100000 | 11100 | 0 | 1 | 11101010 | 1011111 | 1010100 |
Color Harmonies of #ADB5FD
Complementary color
Monochromatic Colors of #ADB5FD
Black with #ADB5FD
Text Example
Text Example
White with #ADB5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB5FD; }
p { color: rgb(173,181,253); }
H1.HeaderClassName
{
color: #ADB5FD;
}
.AnyTagClassName
{
color: #ADB5FD;
}
</style>
background-color css
<style>
a { background-color: #ADB5FD; }
a { background-color: rgb(173,181,253); }
div.DivClassName
{
background-color: #ADB5FD;
}
.BgClassName
{
background-color: #ADB5FD;
}
</style>
border-color css
<style>
span { border-color: #ADB5FD; }
span { border-color: rgb(173,181,253); }
td.TdClassName
{
border-color: #ADB5FD;
}
.TagClassName
{
border-color: #ADB5FD;
}
</style>