Shades of Aero Blue #BEFFDC
Tints of Aero Blue #BEFFDC
RGB
CMYK
RGB Variations
Color information
#BEFFDC (or 0xBEFFDC) is known color: Aero Blue. HEX triplet: BE, FF and DC. RGB value is (190,255,220). Sum of RGB (Red+Green+Blue) = 190+255+220=665 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.57% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFDC is #410023. Grayscale: #E7E7E7. Windows color (decimal): -4259876 or 14483390. OLE color: 14483390.
HSL color Cylindrical-coordinate representation of color #BEFFDC: hue angle of 147.69º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFFDC is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 220 | - |
| CMYK | 0.25 | 0 | 0.14 | 0 |
| HSL | 147.69º | 1% | 0.87% | - |
| HSV(B) | 147.69º | 0.25% | 1% | - |
| XYZ | 69.91 | 87.63 | 80.94 | - |
| YUV | 231.58 | 121.47 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 220 | 0.25 | 0 | 0.14 | 0 | 147.69 | 1 | 0.87 |
| Hex | BE | FF | DC | 19 | 0 | E | 0 | 94 | 64 | 57 |
| Octal | 276 | 377 | 334 | 31 | 0 | 16 | 0 | 224 | 144 | 127 |
| Binary | 10111110 | 11111111 | 11011100 | 11001 | 0 | 1110 | 0 | 10010100 | 1100100 | 1010111 |
Color Harmonies of #BEFFDC
Complementary color
Monochromatic Colors of #BEFFDC
Black with #BEFFDC
Text Example
Text Example
White with #BEFFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFFDC; }
p { color: rgb(190,255,220); }
H1.HeaderClassName
{
color: #BEFFDC;
}
.AnyTagClassName
{
color: #BEFFDC;
}
</style>
background-color css
<style>
a { background-color: #BEFFDC; }
a { background-color: rgb(190,255,220); }
div.DivClassName
{
background-color: #BEFFDC;
}
.BgClassName
{
background-color: #BEFFDC;
}
</style>
border-color css
<style>
span { border-color: #BEFFDC; }
span { border-color: rgb(190,255,220); }
td.TdClassName
{
border-color: #BEFFDC;
}
.TagClassName
{
border-color: #BEFFDC;
}
</style>