Shades of Aero Blue #BFEFD2
Tints of Aero Blue #BFEFD2
RGB
CMYK
RGB Variations
Color information
#BFEFD2 (or 0xBFEFD2) is known color: Aero Blue. HEX triplet: BF, EF and D2. RGB value is (191,239,210). Sum of RGB (Red+Green+Blue) = 191+239+210=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 210 (82.42% from 255 or 32.81% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFD2 is #40102D. Grayscale: #DDDDDD. Windows color (decimal): -4198446 or 13823935. OLE color: 13823935.
HSL color Cylindrical-coordinate representation of color #BFEFD2: hue angle of 143.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEFD2 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
RGB | 191 | 239 | 210 | - |
CMYK | 0.20 | 0 | 0.12 | 0.06 |
HSL | 143.75º | 0.6% | 0.84% | - |
HSV(B) | 143.75º | 0.2% | 0.94% | - |
XYZ | 63.99 | 77.46 | 72.55 | - |
YUV | 221.34 | 121.6 | 106.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 239 | 210 | 0.20 | 0 | 0.12 | 0.06 | 143.75 | 0.6 | 0.84 |
Hex | BF | EF | D2 | 14 | 0 | C | 6 | 90 | 3C | 54 |
Octal | 277 | 357 | 322 | 24 | 0 | 14 | 6 | 220 | 74 | 124 |
Binary | 10111111 | 11101111 | 11010010 | 10100 | 0 | 1100 | 110 | 10010000 | 111100 | 1010100 |
Color Harmonies of #BFEFD2
Complementary color
Monochromatic Colors of #BFEFD2
Black with #BFEFD2
Text Example
Text Example
White with #BFEFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEFD2; }
p { color: rgb(191,239,210); }
H1.HeaderClassName
{
color: #BFEFD2;
}
.AnyTagClassName
{
color: #BFEFD2;
}
</style>
background-color css
<style>
a { background-color: #BFEFD2; }
a { background-color: rgb(191,239,210); }
div.DivClassName
{
background-color: #BFEFD2;
}
.BgClassName
{
background-color: #BFEFD2;
}
</style>
border-color css
<style>
span { border-color: #BFEFD2; }
span { border-color: rgb(191,239,210); }
td.TdClassName
{
border-color: #BFEFD2;
}
.TagClassName
{
border-color: #BFEFD2;
}
</style>