Shades of Perano #ADAEED
Tints of Perano #ADAEED
RGB
CMYK
RGB Variations
Color information
#ADAEED (or 0xADAEED) is known color: Perano. HEX triplet: AD, AE and ED. RGB value is (173,174,237). Sum of RGB (Red+Green+Blue) = 173+174+237=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADAEED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAEED is #525112. Grayscale: #B4B4B4. Windows color (decimal): -5394707 or 15576749. OLE color: 15576749.
HSL color Cylindrical-coordinate representation of color #ADAEED: hue angle of 239.06º 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 #ADAEED is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 174 | 237 | - |
| CMYK | 0.27 | 0.27 | 0 | 0.07 |
| HSL | 239.06º | 0.64% | 0.8% | - |
| HSV(B) | 239.06º | 0.27% | 0.93% | - |
| XYZ | 47.66 | 45.27 | 86.35 | - |
| YUV | 180.88 | 159.67 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 237 | 0.27 | 0.27 | 0 | 0.07 | 239.06 | 0.64 | 0.8 |
| Hex | AD | AE | ED | 1B | 1B | 0 | 7 | EF | 40 | 50 |
| Octal | 255 | 256 | 355 | 33 | 33 | 0 | 7 | 357 | 100 | 120 |
| Binary | 10101101 | 10101110 | 11101101 | 11011 | 11011 | 0 | 111 | 11101111 | 1000000 | 1010000 |
Color Harmonies of #ADAEED
Complementary color
Monochromatic Colors of #ADAEED
Black with #ADAEED
Text Example
Text Example
White with #ADAEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAEED; }
p { color: rgb(173,174,237); }
H1.HeaderClassName
{
color: #ADAEED;
}
.AnyTagClassName
{
color: #ADAEED;
}
</style>
background-color css
<style>
a { background-color: #ADAEED; }
a { background-color: rgb(173,174,237); }
div.DivClassName
{
background-color: #ADAEED;
}
.BgClassName
{
background-color: #ADAEED;
}
</style>
border-color css
<style>
span { border-color: #ADAEED; }
span { border-color: rgb(173,174,237); }
td.TdClassName
{
border-color: #ADAEED;
}
.TagClassName
{
border-color: #ADAEED;
}
</style>