Shades of Perano #ADBBF2
Tints of Perano #ADBBF2
RGB
CMYK
RGB Variations
Color information
#ADBBF2 (or 0xADBBF2) is known color: Perano. HEX triplet: AD, BB and F2. RGB value is (173,187,242). Sum of RGB (Red+Green+Blue) = 173+187+242=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 242 (94.92% from 255 or 40.20% from 602); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADBBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBBF2 is #52440D. Grayscale: #BCBCBC. Windows color (decimal): -5391374 or 15907757. OLE color: 15907757.
HSL color Cylindrical-coordinate representation of color #ADBBF2: hue angle of 227.83º 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 #ADBBF2 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 187 | 242 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.05 |
| HSL | 227.83º | 0.73% | 0.81% | - |
| HSV(B) | 227.83º | 0.29% | 0.95% | - |
| XYZ | 51.03 | 50.84 | 91.13 | - |
| YUV | 189.08 | 157.86 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 242 | 0.29 | 0.23 | 0 | 0.05 | 227.83 | 0.73 | 0.81 |
| Hex | AD | BB | F2 | 1D | 17 | 0 | 5 | E4 | 49 | 51 |
| Octal | 255 | 273 | 362 | 35 | 27 | 0 | 5 | 344 | 111 | 121 |
| Binary | 10101101 | 10111011 | 11110010 | 11101 | 10111 | 0 | 101 | 11100100 | 1001001 | 1010001 |
Color Harmonies of #ADBBF2
Complementary color
Monochromatic Colors of #ADBBF2
Black with #ADBBF2
Text Example
Text Example
White with #ADBBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBBF2; }
p { color: rgb(173,187,242); }
H1.HeaderClassName
{
color: #ADBBF2;
}
.AnyTagClassName
{
color: #ADBBF2;
}
</style>
background-color css
<style>
a { background-color: #ADBBF2; }
a { background-color: rgb(173,187,242); }
div.DivClassName
{
background-color: #ADBBF2;
}
.BgClassName
{
background-color: #ADBBF2;
}
</style>
border-color css
<style>
span { border-color: #ADBBF2; }
span { border-color: rgb(173,187,242); }
td.TdClassName
{
border-color: #ADBBF2;
}
.TagClassName
{
border-color: #ADBBF2;
}
</style>