Shades of Aero Blue #BFE3D3
Tints of Aero Blue #BFE3D3
RGB
CMYK
RGB Variations
Color information
#BFE3D3 (or 0xBFE3D3) is known color: Aero Blue. HEX triplet: BF, E3 and D3. RGB value is (191,227,211). Sum of RGB (Red+Green+Blue) = 191+227+211=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 227 (89.06% from 255 or 36.09% from 629); Blue value is 211 (82.81% from 255 or 33.55% from 629); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3D3 is #401C2C. Grayscale: #D6D6D6. Windows color (decimal): -4201517 or 13886399. OLE color: 13886399.
HSL color Cylindrical-coordinate representation of color #BFE3D3: hue angle of 153.33º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE3D3 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 211 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.11 |
| HSL | 153.33º | 0.39% | 0.82% | - |
| HSV(B) | 153.33º | 0.16% | 0.89% | - |
| XYZ | 60.71 | 70.72 | 72.08 | - |
| YUV | 214.41 | 126.07 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 211 | 0.16 | 0 | 0.07 | 0.11 | 153.33 | 0.39 | 0.82 |
| Hex | BF | E3 | D3 | 10 | 0 | 7 | B | 99 | 27 | 52 |
| Octal | 277 | 343 | 323 | 20 | 0 | 7 | 13 | 231 | 47 | 122 |
| Binary | 10111111 | 11100011 | 11010011 | 10000 | 0 | 111 | 1011 | 10011001 | 100111 | 1010010 |
Color Harmonies of #BFE3D3
Complementary color
Monochromatic Colors of #BFE3D3
Black with #BFE3D3
Text Example
Text Example
White with #BFE3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE3D3; }
p { color: rgb(191,227,211); }
H1.HeaderClassName
{
color: #BFE3D3;
}
.AnyTagClassName
{
color: #BFE3D3;
}
</style>
background-color css
<style>
a { background-color: #BFE3D3; }
a { background-color: rgb(191,227,211); }
div.DivClassName
{
background-color: #BFE3D3;
}
.BgClassName
{
background-color: #BFE3D3;
}
</style>
border-color css
<style>
span { border-color: #BFE3D3; }
span { border-color: rgb(191,227,211); }
td.TdClassName
{
border-color: #BFE3D3;
}
.TagClassName
{
border-color: #BFE3D3;
}
</style>