Shades of Perano #ADB2F3
Tints of Perano #ADB2F3
RGB
CMYK
RGB Variations
Color information
#ADB2F3 (or 0xADB2F3) is known color: Perano. HEX triplet: AD, B2 and F3. RGB value is (173,178,243). Sum of RGB (Red+Green+Blue) = 173+178+243=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 178 (69.92% from 255 or 29.97% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADB2F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB2F3 is #524D0C. Grayscale: #B7B7B7. Windows color (decimal): -5393677 or 15970989. OLE color: 15970989.
HSL color Cylindrical-coordinate representation of color #ADB2F3: hue angle of 235.71º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADB2F3 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 178 | 243 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.05 |
| HSL | 235.71º | 0.74% | 0.82% | - |
| HSV(B) | 235.71º | 0.29% | 0.95% | - |
| XYZ | 49.33 | 47.2 | 91.3 | - |
| YUV | 183.92 | 161.34 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 243 | 0.29 | 0.27 | 0 | 0.05 | 235.71 | 0.74 | 0.82 |
| Hex | AD | B2 | F3 | 1D | 1B | 0 | 5 | EC | 4A | 52 |
| Octal | 255 | 262 | 363 | 35 | 33 | 0 | 5 | 354 | 112 | 122 |
| Binary | 10101101 | 10110010 | 11110011 | 11101 | 11011 | 0 | 101 | 11101100 | 1001010 | 1010010 |
Color Harmonies of #ADB2F3
Complementary color
Monochromatic Colors of #ADB2F3
Black with #ADB2F3
Text Example
Text Example
White with #ADB2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB2F3; }
p { color: rgb(173,178,243); }
H1.HeaderClassName
{
color: #ADB2F3;
}
.AnyTagClassName
{
color: #ADB2F3;
}
</style>
background-color css
<style>
a { background-color: #ADB2F3; }
a { background-color: rgb(173,178,243); }
div.DivClassName
{
background-color: #ADB2F3;
}
.BgClassName
{
background-color: #ADB2F3;
}
</style>
border-color css
<style>
span { border-color: #ADB2F3; }
span { border-color: rgb(173,178,243); }
td.TdClassName
{
border-color: #ADB2F3;
}
.TagClassName
{
border-color: #ADB2F3;
}
</style>