Shades of Perano #ADB2F5
Tints of Perano #ADB2F5
RGB
CMYK
RGB Variations
Color information
#ADB2F5 (or 0xADB2F5) is known color: Perano. HEX triplet: AD, B2 and F5. RGB value is (173,178,245). Sum of RGB (Red+Green+Blue) = 173+178+245=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 178 (69.92% from 255 or 29.87% from 596); Blue value is 245 (96.09% from 255 or 41.11% from 596); Max value from RGB is 245 - color contains mainly: blue. Hex color #ADB2F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB2F5 is #524D0A. Grayscale: #B7B7B7. Windows color (decimal): -5393675 or 16102061. OLE color: 16102061.
HSL color Cylindrical-coordinate representation of color #ADB2F5: hue angle of 235.83º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADB2F5 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 178 | 245 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.04 |
| HSL | 235.83º | 0.78% | 0.82% | - |
| HSV(B) | 235.83º | 0.29% | 0.96% | - |
| XYZ | 49.64 | 47.32 | 92.9 | - |
| YUV | 184.14 | 162.34 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 245 | 0.29 | 0.27 | 0 | 0.04 | 235.83 | 0.78 | 0.82 |
| Hex | AD | B2 | F5 | 1D | 1B | 0 | 4 | EC | 4E | 52 |
| Octal | 255 | 262 | 365 | 35 | 33 | 0 | 4 | 354 | 116 | 122 |
| Binary | 10101101 | 10110010 | 11110101 | 11101 | 11011 | 0 | 100 | 11101100 | 1001110 | 1010010 |
Color Harmonies of #ADB2F5
Complementary color
Monochromatic Colors of #ADB2F5
Black with #ADB2F5
Text Example
Text Example
White with #ADB2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB2F5; }
p { color: rgb(173,178,245); }
H1.HeaderClassName
{
color: #ADB2F5;
}
.AnyTagClassName
{
color: #ADB2F5;
}
</style>
background-color css
<style>
a { background-color: #ADB2F5; }
a { background-color: rgb(173,178,245); }
div.DivClassName
{
background-color: #ADB2F5;
}
.BgClassName
{
background-color: #ADB2F5;
}
</style>
border-color css
<style>
span { border-color: #ADB2F5; }
span { border-color: rgb(173,178,245); }
td.TdClassName
{
border-color: #ADB2F5;
}
.TagClassName
{
border-color: #ADB2F5;
}
</style>