Shades of Perano #ADBEFC
Tints of Perano #ADBEFC
RGB
CMYK
RGB Variations
Color information
#ADBEFC (or 0xADBEFC) is known color: Perano. HEX triplet: AD, BE and FC. RGB value is (173,190,252). Sum of RGB (Red+Green+Blue) = 173+190+252=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADBEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBEFC is #524103. Grayscale: #BFBFBF. Windows color (decimal): -5390596 or 16563885. OLE color: 16563885.
HSL color Cylindrical-coordinate representation of color #ADBEFC: hue angle of 227.09º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADBEFC is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 190 | 252 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.01 |
| HSL | 227.09º | 0.93% | 0.83% | - |
| HSV(B) | 227.09º | 0.31% | 0.99% | - |
| XYZ | 53.22 | 52.74 | 99.47 | - |
| YUV | 191.99 | 161.87 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 252 | 0.31 | 0.25 | 0 | 0.01 | 227.09 | 0.93 | 0.83 |
| Hex | AD | BE | FC | 1F | 19 | 0 | 1 | E3 | 5D | 53 |
| Octal | 255 | 276 | 374 | 37 | 31 | 0 | 1 | 343 | 135 | 123 |
| Binary | 10101101 | 10111110 | 11111100 | 11111 | 11001 | 0 | 1 | 11100011 | 1011101 | 1010011 |
Color Harmonies of #ADBEFC
Complementary color
Monochromatic Colors of #ADBEFC
Black with #ADBEFC
Text Example
Text Example
White with #ADBEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBEFC; }
p { color: rgb(173,190,252); }
H1.HeaderClassName
{
color: #ADBEFC;
}
.AnyTagClassName
{
color: #ADBEFC;
}
</style>
background-color css
<style>
a { background-color: #ADBEFC; }
a { background-color: rgb(173,190,252); }
div.DivClassName
{
background-color: #ADBEFC;
}
.BgClassName
{
background-color: #ADBEFC;
}
</style>
border-color css
<style>
span { border-color: #ADBEFC; }
span { border-color: rgb(173,190,252); }
td.TdClassName
{
border-color: #ADBEFC;
}
.TagClassName
{
border-color: #ADBEFC;
}
</style>