Shades of Perano #ADB2EE
Tints of Perano #ADB2EE
RGB
CMYK
RGB Variations
Color information
#ADB2EE (or 0xADB2EE) is known color: Perano. HEX triplet: AD, B2 and EE. RGB value is (173,178,238). Sum of RGB (Red+Green+Blue) = 173+178+238=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADB2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB2EE is #524D11. Grayscale: #B7B7B7. Windows color (decimal): -5393682 or 15643309. OLE color: 15643309.
HSL color Cylindrical-coordinate representation of color #ADB2EE: hue angle of 235.38º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADB2EE is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 178 | 238 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.07 |
| HSL | 235.38º | 0.66% | 0.81% | - |
| HSV(B) | 235.38º | 0.27% | 0.93% | - |
| XYZ | 48.59 | 46.9 | 87.38 | - |
| YUV | 183.35 | 158.84 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 238 | 0.27 | 0.25 | 0 | 0.07 | 235.38 | 0.66 | 0.81 |
| Hex | AD | B2 | EE | 1B | 19 | 0 | 7 | EB | 42 | 51 |
| Octal | 255 | 262 | 356 | 33 | 31 | 0 | 7 | 353 | 102 | 121 |
| Binary | 10101101 | 10110010 | 11101110 | 11011 | 11001 | 0 | 111 | 11101011 | 1000010 | 1010001 |
Color Harmonies of #ADB2EE
Complementary color
Monochromatic Colors of #ADB2EE
Black with #ADB2EE
Text Example
Text Example
White with #ADB2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB2EE; }
p { color: rgb(173,178,238); }
H1.HeaderClassName
{
color: #ADB2EE;
}
.AnyTagClassName
{
color: #ADB2EE;
}
</style>
background-color css
<style>
a { background-color: #ADB2EE; }
a { background-color: rgb(173,178,238); }
div.DivClassName
{
background-color: #ADB2EE;
}
.BgClassName
{
background-color: #ADB2EE;
}
</style>
border-color css
<style>
span { border-color: #ADB2EE; }
span { border-color: rgb(173,178,238); }
td.TdClassName
{
border-color: #ADB2EE;
}
.TagClassName
{
border-color: #ADB2EE;
}
</style>