#BDFAD6

Color #BDFAD6 Aero Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aero Blue #BDFAD6

Tints of Aero Blue #BDFAD6

Color information

#BDFAD6 (or 0xBDFAD6) is unknown color: approx Aero Blue. HEX triplet: BD, FA and D6. RGB value is (189,250,214). Sum of RGB (Red+Green+Blue) = 189+250+214=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 214 (83.98% from 255 or 32.77% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFAD6 is #420529. Grayscale: #E3E3E3. Windows color (decimal): -4326698 or 14088893. OLE color: 14088893.

HSL color Cylindrical-coordinate representation of color #BDFAD6: hue angle of 144.59º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDFAD6 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB189250214-
CMYK0.2400.140.02
HSL144.59º85.92%86.08%-
HSV(B)144.59º24.4%98.04%-
XYZ67.3184.0576.29-
YUV227.66120.29100.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 28.94%
GREEN value IS 250 (98.05% from 255) = 38.28%
BLUE value IS 214 (83.98% from 255) = 32.77%
R=28.94%
G=38.28%
B=32.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892502140.2400.140.02144.5985.9286.08
HexBDFAD6180E2915656
Octal275372326300162221126126
Binary1011110111111010110101101100001110101001000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFAD6; }

 p { color: rgb(189,250,214); }

 H1.HeaderClassName
 {
   color: #BDFAD6;
 }
 .AnyTagClassName
 {
   color: #BDFAD6;
 }
</style>
background-color css

<style>
 a { background-color: #BDFAD6; }

 a { background-color: rgb(189,250,214); }

 div.DivClassName
 {
   background-color: #BDFAD6;
 }
 .BgClassName
 {
   background-color: #BDFAD6;
 }
</style>
border-color css

<style>
 span { border-color: #BDFAD6; }

 span { border-color: rgb(189,250,214); }

 td.TdClassName
 {
   border-color: #BDFAD6;
 }
 .TagClassName
 {
   border-color: #BDFAD6;
 }
</style>