Shades of Perano #ADBCE6
Tints of Perano #ADBCE6
RGB
CMYK
RGB Variations
Color information
#ADBCE6 (or 0xADBCE6) is known color: Perano. HEX triplet: AD, BC and E6. RGB value is (173,188,230). Sum of RGB (Red+Green+Blue) = 173+188+230=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 230 (90.23% from 255 or 38.92% from 591); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADBCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBCE6 is #524319. Grayscale: #BCBCBC. Windows color (decimal): -5391130 or 15121581. OLE color: 15121581.
HSL color Cylindrical-coordinate representation of color #ADBCE6: hue angle of 224.21º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADBCE6 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 173 | 188 | 230 | - |
CMYK | 0.25 | 0.18 | 0 | 0.10 |
HSL | 224.21º | 0.53% | 0.79% | - |
HSV(B) | 224.21º | 0.25% | 0.9% | - |
XYZ | 49.5 | 50.56 | 82.01 | - |
YUV | 188.3 | 151.53 | 117.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 188 | 230 | 0.25 | 0.18 | 0 | 0.10 | 224.21 | 0.53 | 0.79 |
Hex | AD | BC | E6 | 19 | 12 | 0 | A | E0 | 35 | 4F |
Octal | 255 | 274 | 346 | 31 | 22 | 0 | 12 | 340 | 65 | 117 |
Binary | 10101101 | 10111100 | 11100110 | 11001 | 10010 | 0 | 1010 | 11100000 | 110101 | 1001111 |
Color Harmonies of #ADBCE6
Complementary color
Monochromatic Colors of #ADBCE6
Black with #ADBCE6
Text Example
Text Example
White with #ADBCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBCE6; }
p { color: rgb(173,188,230); }
H1.HeaderClassName
{
color: #ADBCE6;
}
.AnyTagClassName
{
color: #ADBCE6;
}
</style>
background-color css
<style>
a { background-color: #ADBCE6; }
a { background-color: rgb(173,188,230); }
div.DivClassName
{
background-color: #ADBCE6;
}
.BgClassName
{
background-color: #ADBCE6;
}
</style>
border-color css
<style>
span { border-color: #ADBCE6; }
span { border-color: rgb(173,188,230); }
td.TdClassName
{
border-color: #ADBCE6;
}
.TagClassName
{
border-color: #ADBCE6;
}
</style>