Shades of Perano #ADBAED
Tints of Perano #ADBAED
RGB
CMYK
RGB Variations
Color information
#ADBAED (or 0xADBAED) is known color: Perano. HEX triplet: AD, BA and ED. RGB value is (173,186,237). Sum of RGB (Red+Green+Blue) = 173+186+237=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADBAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBAED is #524512. Grayscale: #BBBBBB. Windows color (decimal): -5391635 or 15579821. OLE color: 15579821.
HSL color Cylindrical-coordinate representation of color #ADBAED: hue angle of 227.81º 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 #ADBAED is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 186 | 237 | - |
CMYK | 0.27 | 0.22 | 0 | 0.07 |
HSL | 227.81º | 0.64% | 0.8% | - |
HSV(B) | 227.81º | 0.27% | 0.93% | - |
XYZ | 50.08 | 50.12 | 87.15 | - |
YUV | 187.93 | 155.69 | 117.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 186 | 237 | 0.27 | 0.22 | 0 | 0.07 | 227.81 | 0.64 | 0.8 |
Hex | AD | BA | ED | 1B | 16 | 0 | 7 | E4 | 40 | 50 |
Octal | 255 | 272 | 355 | 33 | 26 | 0 | 7 | 344 | 100 | 120 |
Binary | 10101101 | 10111010 | 11101101 | 11011 | 10110 | 0 | 111 | 11100100 | 1000000 | 1010000 |
Color Harmonies of #ADBAED
Complementary color
Monochromatic Colors of #ADBAED
Black with #ADBAED
Text Example
Text Example
White with #ADBAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBAED; }
p { color: rgb(173,186,237); }
H1.HeaderClassName
{
color: #ADBAED;
}
.AnyTagClassName
{
color: #ADBAED;
}
</style>
background-color css
<style>
a { background-color: #ADBAED; }
a { background-color: rgb(173,186,237); }
div.DivClassName
{
background-color: #ADBAED;
}
.BgClassName
{
background-color: #ADBAED;
}
</style>
border-color css
<style>
span { border-color: #ADBAED; }
span { border-color: rgb(173,186,237); }
td.TdClassName
{
border-color: #ADBAED;
}
.TagClassName
{
border-color: #ADBAED;
}
</style>