Shades of Aero Blue #BFDCCC
Tints of Aero Blue #BFDCCC
RGB
CMYK
RGB Variations
Color information
#BFDCCC (or 0xBFDCCC) is known color: Aero Blue. HEX triplet: BF, DC and CC. RGB value is (191,220,204). Sum of RGB (Red+Green+Blue) = 191+220+204=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCCC is #402333. Grayscale: #D1D1D1. Windows color (decimal): -4203316 or 13425855. OLE color: 13425855.
HSL color Cylindrical-coordinate representation of color #BFDCCC: hue angle of 146.9º 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 #BFDCCC is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 204 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.14 |
| HSL | 146.9º | 0.29% | 0.81% | - |
| HSV(B) | 146.9º | 0.13% | 0.86% | - |
| XYZ | 57.98 | 66.62 | 66.93 | - |
| YUV | 209.51 | 124.89 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 204 | 0.13 | 0 | 0.07 | 0.14 | 146.9 | 0.29 | 0.81 |
| Hex | BF | DC | CC | D | 0 | 7 | E | 93 | 1D | 51 |
| Octal | 277 | 334 | 314 | 15 | 0 | 7 | 16 | 223 | 35 | 121 |
| Binary | 10111111 | 11011100 | 11001100 | 1101 | 0 | 111 | 1110 | 10010011 | 11101 | 1010001 |
Color Harmonies of #BFDCCC
Complementary color
Monochromatic Colors of #BFDCCC
Black with #BFDCCC
Text Example
Text Example
White with #BFDCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDCCC; }
p { color: rgb(191,220,204); }
H1.HeaderClassName
{
color: #BFDCCC;
}
.AnyTagClassName
{
color: #BFDCCC;
}
</style>
background-color css
<style>
a { background-color: #BFDCCC; }
a { background-color: rgb(191,220,204); }
div.DivClassName
{
background-color: #BFDCCC;
}
.BgClassName
{
background-color: #BFDCCC;
}
</style>
border-color css
<style>
span { border-color: #BFDCCC; }
span { border-color: rgb(191,220,204); }
td.TdClassName
{
border-color: #BFDCCC;
}
.TagClassName
{
border-color: #BFDCCC;
}
</style>