Shades of Aero Blue #BFDDCC
Tints of Aero Blue #BFDDCC
RGB
CMYK
RGB Variations
Color information
#BFDDCC (or 0xBFDDCC) is known color: Aero Blue. HEX triplet: BF, DD and CC. RGB value is (191,221,204). Sum of RGB (Red+Green+Blue) = 191+221+204=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDCC is #402233. Grayscale: #D2D2D2. Windows color (decimal): -4203060 or 13426111. OLE color: 13426111.
HSL color Cylindrical-coordinate representation of color #BFDDCC: hue angle of 146º 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 #BFDDCC is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 191 | 221 | 204 | - |
CMYK | 0.14 | 0 | 0.08 | 0.13 |
HSL | 146º | 0.31% | 0.81% | - |
HSV(B) | 146º | 0.14% | 0.87% | - |
XYZ | 58.24 | 67.15 | 67.02 | - |
YUV | 210.09 | 124.56 | 114.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 221 | 204 | 0.14 | 0 | 0.08 | 0.13 | 146 | 0.31 | 0.81 |
Hex | BF | DD | CC | E | 0 | 8 | D | 92 | 1F | 51 |
Octal | 277 | 335 | 314 | 16 | 0 | 10 | 15 | 222 | 37 | 121 |
Binary | 10111111 | 11011101 | 11001100 | 1110 | 0 | 1000 | 1101 | 10010010 | 11111 | 1010001 |
Color Harmonies of #BFDDCC
Complementary color
Monochromatic Colors of #BFDDCC
Black with #BFDDCC
Text Example
Text Example
White with #BFDDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDCC; }
p { color: rgb(191,221,204); }
H1.HeaderClassName
{
color: #BFDDCC;
}
.AnyTagClassName
{
color: #BFDDCC;
}
</style>
background-color css
<style>
a { background-color: #BFDDCC; }
a { background-color: rgb(191,221,204); }
div.DivClassName
{
background-color: #BFDDCC;
}
.BgClassName
{
background-color: #BFDDCC;
}
</style>
border-color css
<style>
span { border-color: #BFDDCC; }
span { border-color: rgb(191,221,204); }
td.TdClassName
{
border-color: #BFDDCC;
}
.TagClassName
{
border-color: #BFDDCC;
}
</style>