Shades of Aero Blue #BFDDD0
Tints of Aero Blue #BFDDD0
RGB
CMYK
RGB Variations
Color information
#BFDDD0 (or 0xBFDDD0) is known color: Aero Blue. HEX triplet: BF, DD and D0. RGB value is (191,221,208). Sum of RGB (Red+Green+Blue) = 191+221+208=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 208 (81.64% from 255 or 33.55% from 620); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDD0 is #40222F. Grayscale: #D2D2D2. Windows color (decimal): -4203056 or 13688255. OLE color: 13688255.
HSL color Cylindrical-coordinate representation of color #BFDDD0: hue angle of 154º 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 #BFDDD0 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 191 | 221 | 208 | - |
CMYK | 0.14 | 0 | 0.06 | 0.13 |
HSL | 154º | 0.31% | 0.81% | - |
HSV(B) | 154º | 0.14% | 0.87% | - |
XYZ | 58.73 | 67.34 | 69.58 | - |
YUV | 210.55 | 126.56 | 114.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 221 | 208 | 0.14 | 0 | 0.06 | 0.13 | 154 | 0.31 | 0.81 |
Hex | BF | DD | D0 | E | 0 | 6 | D | 9A | 1F | 51 |
Octal | 277 | 335 | 320 | 16 | 0 | 6 | 15 | 232 | 37 | 121 |
Binary | 10111111 | 11011101 | 11010000 | 1110 | 0 | 110 | 1101 | 10011010 | 11111 | 1010001 |
Color Harmonies of #BFDDD0
Complementary color
Monochromatic Colors of #BFDDD0
Black with #BFDDD0
Text Example
Text Example
White with #BFDDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDD0; }
p { color: rgb(191,221,208); }
H1.HeaderClassName
{
color: #BFDDD0;
}
.AnyTagClassName
{
color: #BFDDD0;
}
</style>
background-color css
<style>
a { background-color: #BFDDD0; }
a { background-color: rgb(191,221,208); }
div.DivClassName
{
background-color: #BFDDD0;
}
.BgClassName
{
background-color: #BFDDD0;
}
</style>
border-color css
<style>
span { border-color: #BFDDD0; }
span { border-color: rgb(191,221,208); }
td.TdClassName
{
border-color: #BFDDD0;
}
.TagClassName
{
border-color: #BFDDD0;
}
</style>