Shades of Aero Blue #BFDCD0
Tints of Aero Blue #BFDCD0
RGB
CMYK
RGB Variations
Color information
#BFDCD0 (or 0xBFDCD0) is known color: Aero Blue. HEX triplet: BF, DC and D0. RGB value is (191,220,208). Sum of RGB (Red+Green+Blue) = 191+220+208=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCD0 is #40232F. Grayscale: #D1D1D1. Windows color (decimal): -4203312 or 13687999. OLE color: 13687999.
HSL color Cylindrical-coordinate representation of color #BFDCD0: hue angle of 155.17º 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 #BFDCD0 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 191 | 220 | 208 | - |
CMYK | 0.13 | 0 | 0.05 | 0.14 |
HSL | 155.17º | 0.29% | 0.81% | - |
HSV(B) | 155.17º | 0.13% | 0.86% | - |
XYZ | 58.46 | 66.82 | 69.49 | - |
YUV | 209.96 | 126.89 | 114.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 220 | 208 | 0.13 | 0 | 0.05 | 0.14 | 155.17 | 0.29 | 0.81 |
Hex | BF | DC | D0 | D | 0 | 5 | E | 9B | 1D | 51 |
Octal | 277 | 334 | 320 | 15 | 0 | 5 | 16 | 233 | 35 | 121 |
Binary | 10111111 | 11011100 | 11010000 | 1101 | 0 | 101 | 1110 | 10011011 | 11101 | 1010001 |
Color Harmonies of #BFDCD0
Complementary color
Monochromatic Colors of #BFDCD0
Black with #BFDCD0
Text Example
Text Example
White with #BFDCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDCD0; }
p { color: rgb(191,220,208); }
H1.HeaderClassName
{
color: #BFDCD0;
}
.AnyTagClassName
{
color: #BFDCD0;
}
</style>
background-color css
<style>
a { background-color: #BFDCD0; }
a { background-color: rgb(191,220,208); }
div.DivClassName
{
background-color: #BFDCD0;
}
.BgClassName
{
background-color: #BFDCD0;
}
</style>
border-color css
<style>
span { border-color: #BFDCD0; }
span { border-color: rgb(191,220,208); }
td.TdClassName
{
border-color: #BFDCD0;
}
.TagClassName
{
border-color: #BFDCD0;
}
</style>