Shades of Aero Blue #BDFDD4
Tints of Aero Blue #BDFDD4
RGB
CMYK
RGB Variations
Color information
#BDFDD4 (or 0xBDFDD4) is known color: Aero Blue. HEX triplet: BD, FD and D4. RGB value is (189,253,212). Sum of RGB (Red+Green+Blue) = 189+253+212=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 212 (83.20% from 255 or 32.42% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDD4 is #42022B. Grayscale: #E5E5E5. Windows color (decimal): -4325932 or 13958589. OLE color: 13958589.
HSL color Cylindrical-coordinate representation of color #BDFDD4: hue angle of 141.56º 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 #BDFDD4 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 189 | 253 | 212 | - |
CMYK | 0.25 | 0 | 0.16 | 0.01 |
HSL | 141.56º | 0.94% | 0.87% | - |
HSV(B) | 141.56º | 0.25% | 0.99% | - |
XYZ | 68 | 85.82 | 75.27 | - |
YUV | 229.19 | 118.3 | 99.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 253 | 212 | 0.25 | 0 | 0.16 | 0.01 | 141.56 | 0.94 | 0.87 |
Hex | BD | FD | D4 | 19 | 0 | 10 | 1 | 8E | 5E | 57 |
Octal | 275 | 375 | 324 | 31 | 0 | 20 | 1 | 216 | 136 | 127 |
Binary | 10111101 | 11111101 | 11010100 | 11001 | 0 | 10000 | 1 | 10001110 | 1011110 | 1010111 |
Color Harmonies of #BDFDD4
Complementary color
Monochromatic Colors of #BDFDD4
Black with #BDFDD4
Text Example
Text Example
White with #BDFDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFDD4; }
p { color: rgb(189,253,212); }
H1.HeaderClassName
{
color: #BDFDD4;
}
.AnyTagClassName
{
color: #BDFDD4;
}
</style>
background-color css
<style>
a { background-color: #BDFDD4; }
a { background-color: rgb(189,253,212); }
div.DivClassName
{
background-color: #BDFDD4;
}
.BgClassName
{
background-color: #BDFDD4;
}
</style>
border-color css
<style>
span { border-color: #BDFDD4; }
span { border-color: rgb(189,253,212); }
td.TdClassName
{
border-color: #BDFDD4;
}
.TagClassName
{
border-color: #BDFDD4;
}
</style>