Shades of Aero Blue #BEDFCF
Tints of Aero Blue #BEDFCF
RGB
CMYK
RGB Variations
Color information
#BEDFCF (or 0xBEDFCF) is known color: Aero Blue. HEX triplet: BE, DF and CF. RGB value is (190,223,207). Sum of RGB (Red+Green+Blue) = 190+223+207=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFCF is #412030. Grayscale: #D3D3D3. Windows color (decimal): -4268081 or 13623230. OLE color: 13623230.
HSL color Cylindrical-coordinate representation of color #BEDFCF: hue angle of 150.91º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEDFCF is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 207 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.13 |
| HSL | 150.91º | 0.34% | 0.81% | - |
| HSV(B) | 150.91º | 0.15% | 0.87% | - |
| XYZ | 58.89 | 68.23 | 69.1 | - |
| YUV | 211.31 | 125.57 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 207 | 0.15 | 0 | 0.07 | 0.13 | 150.91 | 0.34 | 0.81 |
| Hex | BE | DF | CF | F | 0 | 7 | D | 97 | 22 | 51 |
| Octal | 276 | 337 | 317 | 17 | 0 | 7 | 15 | 227 | 42 | 121 |
| Binary | 10111110 | 11011111 | 11001111 | 1111 | 0 | 111 | 1101 | 10010111 | 100010 | 1010001 |
Color Harmonies of #BEDFCF
Complementary color
Monochromatic Colors of #BEDFCF
Black with #BEDFCF
Text Example
Text Example
White with #BEDFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDFCF; }
p { color: rgb(190,223,207); }
H1.HeaderClassName
{
color: #BEDFCF;
}
.AnyTagClassName
{
color: #BEDFCF;
}
</style>
background-color css
<style>
a { background-color: #BEDFCF; }
a { background-color: rgb(190,223,207); }
div.DivClassName
{
background-color: #BEDFCF;
}
.BgClassName
{
background-color: #BEDFCF;
}
</style>
border-color css
<style>
span { border-color: #BEDFCF; }
span { border-color: rgb(190,223,207); }
td.TdClassName
{
border-color: #BEDFCF;
}
.TagClassName
{
border-color: #BEDFCF;
}
</style>