Shades of Perano #ADB2ED
Tints of Perano #ADB2ED
RGB
CMYK
RGB Variations
Color information
#ADB2ED (or 0xADB2ED) is known color: Perano. HEX triplet: AD, B2 and ED. RGB value is (173,178,237). Sum of RGB (Red+Green+Blue) = 173+178+237=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 178 (69.92% from 255 or 30.27% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADB2ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB2ED is #524D12. Grayscale: #B6B6B6. Windows color (decimal): -5393683 or 15577773. OLE color: 15577773.
HSL color Cylindrical-coordinate representation of color #ADB2ED: hue angle of 235.31º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADB2ED is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 178 | 237 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.07 |
| HSL | 235.31º | 0.64% | 0.8% | - |
| HSV(B) | 235.31º | 0.27% | 0.93% | - |
| XYZ | 48.44 | 46.84 | 86.61 | - |
| YUV | 183.23 | 158.34 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 237 | 0.27 | 0.25 | 0 | 0.07 | 235.31 | 0.64 | 0.8 |
| Hex | AD | B2 | ED | 1B | 19 | 0 | 7 | EB | 40 | 50 |
| Octal | 255 | 262 | 355 | 33 | 31 | 0 | 7 | 353 | 100 | 120 |
| Binary | 10101101 | 10110010 | 11101101 | 11011 | 11001 | 0 | 111 | 11101011 | 1000000 | 1010000 |
Color Harmonies of #ADB2ED
Complementary color
Monochromatic Colors of #ADB2ED
Black with #ADB2ED
Text Example
Text Example
White with #ADB2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB2ED; }
p { color: rgb(173,178,237); }
H1.HeaderClassName
{
color: #ADB2ED;
}
.AnyTagClassName
{
color: #ADB2ED;
}
</style>
background-color css
<style>
a { background-color: #ADB2ED; }
a { background-color: rgb(173,178,237); }
div.DivClassName
{
background-color: #ADB2ED;
}
.BgClassName
{
background-color: #ADB2ED;
}
</style>
border-color css
<style>
span { border-color: #ADB2ED; }
span { border-color: rgb(173,178,237); }
td.TdClassName
{
border-color: #ADB2ED;
}
.TagClassName
{
border-color: #ADB2ED;
}
</style>