Shades of Perano #ADBFF2
Tints of Perano #ADBFF2
RGB
CMYK
RGB Variations
Color information
#ADBFF2 (or 0xADBFF2) is known color: Perano. HEX triplet: AD, BF and F2. RGB value is (173,191,242). Sum of RGB (Red+Green+Blue) = 173+191+242=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 242 (94.92% from 255 or 39.93% from 606); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADBFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBFF2 is #52400D. Grayscale: #BFBFBF. Windows color (decimal): -5390350 or 15908781. OLE color: 15908781.
HSL color Cylindrical-coordinate representation of color #ADBFF2: hue angle of 224.35º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADBFF2 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 191 | 242 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.05 |
| HSL | 224.35º | 0.73% | 0.81% | - |
| HSV(B) | 224.35º | 0.29% | 0.95% | - |
| XYZ | 51.89 | 52.56 | 91.41 | - |
| YUV | 191.43 | 156.54 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 191 | 242 | 0.29 | 0.21 | 0 | 0.05 | 224.35 | 0.73 | 0.81 |
| Hex | AD | BF | F2 | 1D | 15 | 0 | 5 | E0 | 49 | 51 |
| Octal | 255 | 277 | 362 | 35 | 25 | 0 | 5 | 340 | 111 | 121 |
| Binary | 10101101 | 10111111 | 11110010 | 11101 | 10101 | 0 | 101 | 11100000 | 1001001 | 1010001 |
Color Harmonies of #ADBFF2
Complementary color
Monochromatic Colors of #ADBFF2
Black with #ADBFF2
Text Example
Text Example
White with #ADBFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBFF2; }
p { color: rgb(173,191,242); }
H1.HeaderClassName
{
color: #ADBFF2;
}
.AnyTagClassName
{
color: #ADBFF2;
}
</style>
background-color css
<style>
a { background-color: #ADBFF2; }
a { background-color: rgb(173,191,242); }
div.DivClassName
{
background-color: #ADBFF2;
}
.BgClassName
{
background-color: #ADBFF2;
}
</style>
border-color css
<style>
span { border-color: #ADBFF2; }
span { border-color: rgb(173,191,242); }
td.TdClassName
{
border-color: #ADBFF2;
}
.TagClassName
{
border-color: #ADBFF2;
}
</style>