Shades of Perano #ADABFB
Tints of Perano #ADABFB
RGB
CMYK
RGB Variations
Color information
#ADABFB (or 0xADABFB) is known color: Perano. HEX triplet: AD, AB and FB. RGB value is (173,171,251). Sum of RGB (Red+Green+Blue) = 173+171+251=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADABFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADABFB is #525404. Grayscale: #B4B4B4. Windows color (decimal): -5395461 or 16493485. OLE color: 16493485.
HSL color Cylindrical-coordinate representation of color #ADABFB: hue angle of 241.5º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADABFB is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 171 | 251 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.02 |
| HSL | 241.5º | 0.91% | 0.83% | - |
| HSV(B) | 241.5º | 0.32% | 0.98% | - |
| XYZ | 49.21 | 44.98 | 97.35 | - |
| YUV | 180.72 | 167.66 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 251 | 0.31 | 0.32 | 0 | 0.02 | 241.5 | 0.91 | 0.83 |
| Hex | AD | AB | FB | 1F | 20 | 0 | 2 | F2 | 5B | 53 |
| Octal | 255 | 253 | 373 | 37 | 40 | 0 | 2 | 362 | 133 | 123 |
| Binary | 10101101 | 10101011 | 11111011 | 11111 | 100000 | 0 | 10 | 11110010 | 1011011 | 1010011 |
Color Harmonies of #ADABFB
Complementary color
Monochromatic Colors of #ADABFB
Black with #ADABFB
Text Example
Text Example
White with #ADABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADABFB; }
p { color: rgb(173,171,251); }
H1.HeaderClassName
{
color: #ADABFB;
}
.AnyTagClassName
{
color: #ADABFB;
}
</style>
background-color css
<style>
a { background-color: #ADABFB; }
a { background-color: rgb(173,171,251); }
div.DivClassName
{
background-color: #ADABFB;
}
.BgClassName
{
background-color: #ADABFB;
}
</style>
border-color css
<style>
span { border-color: #ADABFB; }
span { border-color: rgb(173,171,251); }
td.TdClassName
{
border-color: #ADABFB;
}
.TagClassName
{
border-color: #ADABFB;
}
</style>