Shades of Aero Blue #BFDED2
Tints of Aero Blue #BFDED2
RGB
CMYK
RGB Variations
Color information
#BFDED2 (or 0xBFDED2) is known color: Aero Blue. HEX triplet: BF, DE and D2. RGB value is (191,222,210). Sum of RGB (Red+Green+Blue) = 191+222+210=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 210 (82.42% from 255 or 33.71% from 623); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDED2 is #40212D. Grayscale: #D3D3D3. Windows color (decimal): -4202798 or 13819583. OLE color: 13819583.
HSL color Cylindrical-coordinate representation of color #BFDED2: hue angle of 156.77º degrees, saturation: 0.32, 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 #BFDED2 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 191 | 222 | 210 | - |
CMYK | 0.14 | 0 | 0.05 | 0.13 |
HSL | 156.77º | 0.32% | 0.81% | - |
HSV(B) | 156.77º | 0.14% | 0.87% | - |
XYZ | 59.24 | 67.97 | 70.97 | - |
YUV | 211.36 | 127.23 | 113.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 222 | 210 | 0.14 | 0 | 0.05 | 0.13 | 156.77 | 0.32 | 0.81 |
Hex | BF | DE | D2 | E | 0 | 5 | D | 9D | 20 | 51 |
Octal | 277 | 336 | 322 | 16 | 0 | 5 | 15 | 235 | 40 | 121 |
Binary | 10111111 | 11011110 | 11010010 | 1110 | 0 | 101 | 1101 | 10011101 | 100000 | 1010001 |
Color Harmonies of #BFDED2
Complementary color
Monochromatic Colors of #BFDED2
Black with #BFDED2
Text Example
Text Example
White with #BFDED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDED2; }
p { color: rgb(191,222,210); }
H1.HeaderClassName
{
color: #BFDED2;
}
.AnyTagClassName
{
color: #BFDED2;
}
</style>
background-color css
<style>
a { background-color: #BFDED2; }
a { background-color: rgb(191,222,210); }
div.DivClassName
{
background-color: #BFDED2;
}
.BgClassName
{
background-color: #BFDED2;
}
</style>
border-color css
<style>
span { border-color: #BFDED2; }
span { border-color: rgb(191,222,210); }
td.TdClassName
{
border-color: #BFDED2;
}
.TagClassName
{
border-color: #BFDED2;
}
</style>