Shades of Perano #ADBFF1
Tints of Perano #ADBFF1
RGB
CMYK
RGB Variations
Color information
#ADBFF1 (or 0xADBFF1) is known color: Perano. HEX triplet: AD, BF and F1. RGB value is (173,191,241). Sum of RGB (Red+Green+Blue) = 173+191+241=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADBFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBFF1 is #52400E. Grayscale: #BFBFBF. Windows color (decimal): -5390351 or 15843245. OLE color: 15843245.
HSL color Cylindrical-coordinate representation of color #ADBFF1: hue angle of 224.12º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADBFF1 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 191 | 241 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.05 |
| HSL | 224.12º | 0.71% | 0.81% | - |
| HSV(B) | 224.12º | 0.28% | 0.95% | - |
| XYZ | 51.74 | 52.5 | 90.62 | - |
| YUV | 191.32 | 156.04 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 191 | 241 | 0.28 | 0.21 | 0 | 0.05 | 224.12 | 0.71 | 0.81 |
| Hex | AD | BF | F1 | 1C | 15 | 0 | 5 | E0 | 47 | 51 |
| Octal | 255 | 277 | 361 | 34 | 25 | 0 | 5 | 340 | 107 | 121 |
| Binary | 10101101 | 10111111 | 11110001 | 11100 | 10101 | 0 | 101 | 11100000 | 1000111 | 1010001 |
Color Harmonies of #ADBFF1
Complementary color
Monochromatic Colors of #ADBFF1
Black with #ADBFF1
Text Example
Text Example
White with #ADBFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBFF1; }
p { color: rgb(173,191,241); }
H1.HeaderClassName
{
color: #ADBFF1;
}
.AnyTagClassName
{
color: #ADBFF1;
}
</style>
background-color css
<style>
a { background-color: #ADBFF1; }
a { background-color: rgb(173,191,241); }
div.DivClassName
{
background-color: #ADBFF1;
}
.BgClassName
{
background-color: #ADBFF1;
}
</style>
border-color css
<style>
span { border-color: #ADBFF1; }
span { border-color: rgb(173,191,241); }
td.TdClassName
{
border-color: #ADBFF1;
}
.TagClassName
{
border-color: #ADBFF1;
}
</style>