Shades of Aero Blue #BDFDDD
Tints of Aero Blue #BDFDDD
RGB
CMYK
RGB Variations
Color information
#BDFDDD (or 0xBDFDDD) is known color: Aero Blue. HEX triplet: BD, FD and DD. RGB value is (189,253,221). Sum of RGB (Red+Green+Blue) = 189+253+221=663 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.51% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDDD is #420222. Grayscale: #E6E6E6. Windows color (decimal): -4325923 or 14548413. OLE color: 14548413.
HSL color Cylindrical-coordinate representation of color #BDFDDD: hue angle of 150º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFDDD is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 189 | 253 | 221 | - |
CMYK | 0.25 | 0 | 0.13 | 0.01 |
HSL | 150º | 0.94% | 0.87% | - |
HSV(B) | 150º | 0.25% | 0.99% | - |
XYZ | 69.16 | 86.29 | 81.42 | - |
YUV | 230.22 | 122.8 | 98.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 253 | 221 | 0.25 | 0 | 0.13 | 0.01 | 150 | 0.94 | 0.87 |
Hex | BD | FD | DD | 19 | 0 | D | 1 | 96 | 5E | 57 |
Octal | 275 | 375 | 335 | 31 | 0 | 15 | 1 | 226 | 136 | 127 |
Binary | 10111101 | 11111101 | 11011101 | 11001 | 0 | 1101 | 1 | 10010110 | 1011110 | 1010111 |
Color Harmonies of #BDFDDD
Complementary color
Monochromatic Colors of #BDFDDD
Black with #BDFDDD
Text Example
Text Example
White with #BDFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFDDD; }
p { color: rgb(189,253,221); }
H1.HeaderClassName
{
color: #BDFDDD;
}
.AnyTagClassName
{
color: #BDFDDD;
}
</style>
background-color css
<style>
a { background-color: #BDFDDD; }
a { background-color: rgb(189,253,221); }
div.DivClassName
{
background-color: #BDFDDD;
}
.BgClassName
{
background-color: #BDFDDD;
}
</style>
border-color css
<style>
span { border-color: #BDFDDD; }
span { border-color: rgb(189,253,221); }
td.TdClassName
{
border-color: #BDFDDD;
}
.TagClassName
{
border-color: #BDFDDD;
}
</style>