Shades of Perano #ADB5EE
Tints of Perano #ADB5EE
RGB
CMYK
RGB Variations
Color information
#ADB5EE (or 0xADB5EE) is known color: Perano. HEX triplet: AD, B5 and EE. RGB value is (173,181,238). Sum of RGB (Red+Green+Blue) = 173+181+238=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADB5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB5EE is #524A11. Grayscale: #B8B8B8. Windows color (decimal): -5392914 or 15644077. OLE color: 15644077.
HSL color Cylindrical-coordinate representation of color #ADB5EE: hue angle of 232.62º 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 #ADB5EE is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 181 | 238 | - |
CMYK | 0.27 | 0.24 | 0 | 0.07 |
HSL | 232.62º | 0.66% | 0.81% | - |
HSV(B) | 232.62º | 0.27% | 0.93% | - |
XYZ | 49.19 | 48.11 | 87.58 | - |
YUV | 185.11 | 157.85 | 119.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 181 | 238 | 0.27 | 0.24 | 0 | 0.07 | 232.62 | 0.66 | 0.81 |
Hex | AD | B5 | EE | 1B | 18 | 0 | 7 | E9 | 42 | 51 |
Octal | 255 | 265 | 356 | 33 | 30 | 0 | 7 | 351 | 102 | 121 |
Binary | 10101101 | 10110101 | 11101110 | 11011 | 11000 | 0 | 111 | 11101001 | 1000010 | 1010001 |
Color Harmonies of #ADB5EE
Complementary color
Monochromatic Colors of #ADB5EE
Black with #ADB5EE
Text Example
Text Example
White with #ADB5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB5EE; }
p { color: rgb(173,181,238); }
H1.HeaderClassName
{
color: #ADB5EE;
}
.AnyTagClassName
{
color: #ADB5EE;
}
</style>
background-color css
<style>
a { background-color: #ADB5EE; }
a { background-color: rgb(173,181,238); }
div.DivClassName
{
background-color: #ADB5EE;
}
.BgClassName
{
background-color: #ADB5EE;
}
</style>
border-color css
<style>
span { border-color: #ADB5EE; }
span { border-color: rgb(173,181,238); }
td.TdClassName
{
border-color: #ADB5EE;
}
.TagClassName
{
border-color: #ADB5EE;
}
</style>