Shades of Aero Blue #BFDCCB
Tints of Aero Blue #BFDCCB
RGB
CMYK
RGB Variations
Color information
#BFDCCB (or 0xBFDCCB) is known color: Aero Blue. HEX triplet: BF, DC and CB. RGB value is (191,220,203). Sum of RGB (Red+Green+Blue) = 191+220+203=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCCB is #402334. Grayscale: #D1D1D1. Windows color (decimal): -4203317 or 13360319. OLE color: 13360319.
HSL color Cylindrical-coordinate representation of color #BFDCCB: hue angle of 144.83º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFDCCB is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 203 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.14 |
| HSL | 144.83º | 0.29% | 0.81% | - |
| HSV(B) | 144.83º | 0.13% | 0.86% | - |
| XYZ | 57.86 | 66.57 | 66.3 | - |
| YUV | 209.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 203 | 0.13 | 0 | 0.08 | 0.14 | 144.83 | 0.29 | 0.81 |
| Hex | BF | DC | CB | D | 0 | 8 | E | 91 | 1D | 51 |
| Octal | 277 | 334 | 313 | 15 | 0 | 10 | 16 | 221 | 35 | 121 |
| Binary | 10111111 | 11011100 | 11001011 | 1101 | 0 | 1000 | 1110 | 10010001 | 11101 | 1010001 |
Color Harmonies of #BFDCCB
Complementary color
Monochromatic Colors of #BFDCCB
Black with #BFDCCB
Text Example
Text Example
White with #BFDCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDCCB; }
p { color: rgb(191,220,203); }
H1.HeaderClassName
{
color: #BFDCCB;
}
.AnyTagClassName
{
color: #BFDCCB;
}
</style>
background-color css
<style>
a { background-color: #BFDCCB; }
a { background-color: rgb(191,220,203); }
div.DivClassName
{
background-color: #BFDCCB;
}
.BgClassName
{
background-color: #BFDCCB;
}
</style>
border-color css
<style>
span { border-color: #BFDCCB; }
span { border-color: rgb(191,220,203); }
td.TdClassName
{
border-color: #BFDCCB;
}
.TagClassName
{
border-color: #BFDCCB;
}
</style>