Shades of Perano #ADBBE4
Tints of Perano #ADBBE4
RGB
CMYK
RGB Variations
Color information
#ADBBE4 (or 0xADBBE4) is known color: Perano. HEX triplet: AD, BB and E4. RGB value is (173,187,228). Sum of RGB (Red+Green+Blue) = 173+187+228=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 228 (89.45% from 255 or 38.78% from 588); Max value from RGB is 228 - color contains mainly: blue. Hex color #ADBBE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBE4 is #52441B. Grayscale: #BBBBBB. Windows color (decimal): -5391388 or 14990253. OLE color: 14990253.
HSL color Cylindrical-coordinate representation of color #ADBBE4: hue angle of 224.73º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADBBE4 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 187 | 228 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.11 |
| HSL | 224.73º | 0.5% | 0.79% | - |
| HSV(B) | 224.73º | 0.24% | 0.89% | - |
| XYZ | 49.01 | 50.03 | 80.47 | - |
| YUV | 187.49 | 150.86 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 228 | 0.24 | 0.18 | 0 | 0.11 | 224.73 | 0.5 | 0.79 |
| Hex | AD | BB | E4 | 18 | 12 | 0 | B | E1 | 32 | 4F |
| Octal | 255 | 273 | 344 | 30 | 22 | 0 | 13 | 341 | 62 | 117 |
| Binary | 10101101 | 10111011 | 11100100 | 11000 | 10010 | 0 | 1011 | 11100001 | 110010 | 1001111 |
Color Harmonies of #ADBBE4
Complementary color
Monochromatic Colors of #ADBBE4
Black with #ADBBE4
Text Example
Text Example
White with #ADBBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBBE4; }
p { color: rgb(173,187,228); }
H1.HeaderClassName
{
color: #ADBBE4;
}
.AnyTagClassName
{
color: #ADBBE4;
}
</style>
background-color css
<style>
a { background-color: #ADBBE4; }
a { background-color: rgb(173,187,228); }
div.DivClassName
{
background-color: #ADBBE4;
}
.BgClassName
{
background-color: #ADBBE4;
}
</style>
border-color css
<style>
span { border-color: #ADBBE4; }
span { border-color: rgb(173,187,228); }
td.TdClassName
{
border-color: #ADBBE4;
}
.TagClassName
{
border-color: #ADBBE4;
}
</style>