Shades of Perano #ADB9FB
Tints of Perano #ADB9FB
RGB
CMYK
RGB Variations
Color information
#ADB9FB (or 0xADB9FB) is known color: Perano. HEX triplet: AD, B9 and FB. RGB value is (173,185,251). Sum of RGB (Red+Green+Blue) = 173+185+251=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 185 (72.66% from 255 or 30.38% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADB9FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB9FB is #524604. Grayscale: #BCBCBC. Windows color (decimal): -5391877 or 16497069. OLE color: 16497069.
HSL color Cylindrical-coordinate representation of color #ADB9FB: hue angle of 230.77º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADB9FB is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 185 | 251 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.02 |
| HSL | 230.77º | 0.91% | 0.83% | - |
| HSV(B) | 230.77º | 0.31% | 0.98% | - |
| XYZ | 52 | 50.55 | 98.28 | - |
| YUV | 188.94 | 163.02 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 251 | 0.31 | 0.26 | 0 | 0.02 | 230.77 | 0.91 | 0.83 |
| Hex | AD | B9 | FB | 1F | 1A | 0 | 2 | E7 | 5B | 53 |
| Octal | 255 | 271 | 373 | 37 | 32 | 0 | 2 | 347 | 133 | 123 |
| Binary | 10101101 | 10111001 | 11111011 | 11111 | 11010 | 0 | 10 | 11100111 | 1011011 | 1010011 |
Color Harmonies of #ADB9FB
Complementary color
Monochromatic Colors of #ADB9FB
Black with #ADB9FB
Text Example
Text Example
White with #ADB9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB9FB; }
p { color: rgb(173,185,251); }
H1.HeaderClassName
{
color: #ADB9FB;
}
.AnyTagClassName
{
color: #ADB9FB;
}
</style>
background-color css
<style>
a { background-color: #ADB9FB; }
a { background-color: rgb(173,185,251); }
div.DivClassName
{
background-color: #ADB9FB;
}
.BgClassName
{
background-color: #ADB9FB;
}
</style>
border-color css
<style>
span { border-color: #ADB9FB; }
span { border-color: rgb(173,185,251); }
td.TdClassName
{
border-color: #ADB9FB;
}
.TagClassName
{
border-color: #ADB9FB;
}
</style>