Shades of Aero Blue #BFDDCB
Tints of Aero Blue #BFDDCB
RGB
CMYK
RGB Variations
Color information
#BFDDCB (or 0xBFDDCB) is known color: Aero Blue. HEX triplet: BF, DD and CB. RGB value is (191,221,203). Sum of RGB (Red+Green+Blue) = 191+221+203=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDCB is #402234. Grayscale: #D2D2D2. Windows color (decimal): -4203061 or 13360575. OLE color: 13360575.
HSL color Cylindrical-coordinate representation of color #BFDDCB: hue angle of 144º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDDCB is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 191 | 221 | 203 | - |
CMYK | 0.14 | 0 | 0.08 | 0.13 |
HSL | 144º | 0.31% | 0.81% | - |
HSV(B) | 144º | 0.14% | 0.87% | - |
XYZ | 58.12 | 67.1 | 66.39 | - |
YUV | 209.98 | 124.06 | 114.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 221 | 203 | 0.14 | 0 | 0.08 | 0.13 | 144 | 0.31 | 0.81 |
Hex | BF | DD | CB | E | 0 | 8 | D | 90 | 1F | 51 |
Octal | 277 | 335 | 313 | 16 | 0 | 10 | 15 | 220 | 37 | 121 |
Binary | 10111111 | 11011101 | 11001011 | 1110 | 0 | 1000 | 1101 | 10010000 | 11111 | 1010001 |
Color Harmonies of #BFDDCB
Complementary color
Monochromatic Colors of #BFDDCB
Black with #BFDDCB
Text Example
Text Example
White with #BFDDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDCB; }
p { color: rgb(191,221,203); }
H1.HeaderClassName
{
color: #BFDDCB;
}
.AnyTagClassName
{
color: #BFDDCB;
}
</style>
background-color css
<style>
a { background-color: #BFDDCB; }
a { background-color: rgb(191,221,203); }
div.DivClassName
{
background-color: #BFDDCB;
}
.BgClassName
{
background-color: #BFDDCB;
}
</style>
border-color css
<style>
span { border-color: #BFDDCB; }
span { border-color: rgb(191,221,203); }
td.TdClassName
{
border-color: #BFDDCB;
}
.TagClassName
{
border-color: #BFDDCB;
}
</style>