Shades of Perano #ADBEEF
Tints of Perano #ADBEEF
RGB
CMYK
RGB Variations
Color information
#ADBEEF (or 0xADBEEF) is known color: Perano. HEX triplet: AD, BE and EF. RGB value is (173,190,239). Sum of RGB (Red+Green+Blue) = 173+190+239=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADBEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBEEF is #524110. Grayscale: #BEBEBE. Windows color (decimal): -5390609 or 15711917. OLE color: 15711917.
HSL color Cylindrical-coordinate representation of color #ADBEEF: hue angle of 224.55º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADBEEF is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 190 | 239 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.06 |
| HSL | 224.55º | 0.67% | 0.81% | - |
| HSV(B) | 224.55º | 0.28% | 0.94% | - |
| XYZ | 51.23 | 51.94 | 88.99 | - |
| YUV | 190.5 | 155.37 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 239 | 0.28 | 0.21 | 0 | 0.06 | 224.55 | 0.67 | 0.81 |
| Hex | AD | BE | EF | 1C | 15 | 0 | 6 | E1 | 43 | 51 |
| Octal | 255 | 276 | 357 | 34 | 25 | 0 | 6 | 341 | 103 | 121 |
| Binary | 10101101 | 10111110 | 11101111 | 11100 | 10101 | 0 | 110 | 11100001 | 1000011 | 1010001 |
Color Harmonies of #ADBEEF
Complementary color
Monochromatic Colors of #ADBEEF
Black with #ADBEEF
Text Example
Text Example
White with #ADBEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBEEF; }
p { color: rgb(173,190,239); }
H1.HeaderClassName
{
color: #ADBEEF;
}
.AnyTagClassName
{
color: #ADBEEF;
}
</style>
background-color css
<style>
a { background-color: #ADBEEF; }
a { background-color: rgb(173,190,239); }
div.DivClassName
{
background-color: #ADBEEF;
}
.BgClassName
{
background-color: #ADBEEF;
}
</style>
border-color css
<style>
span { border-color: #ADBEEF; }
span { border-color: rgb(173,190,239); }
td.TdClassName
{
border-color: #ADBEEF;
}
.TagClassName
{
border-color: #ADBEEF;
}
</style>