#BDFFDA

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

Shades of Aero Blue #BDFFDA

Tints of Aero Blue #BDFFDA

Color information

#BDFFDA (or 0xBDFFDA) is unknown color: approx Aero Blue. HEX triplet: BD, FF and DA. RGB value is (189,255,218). Sum of RGB (Red+Green+Blue) = 189+255+218=662 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.55% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFDA is #420025. Grayscale: #E7E7E7. Windows color (decimal): -4325414 or 14352317. OLE color: 14352317.

HSL color Cylindrical-coordinate representation of color #BDFFDA: hue angle of 146.36º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFFDA is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB189255218-
CMYK0.2600.150
HSL146.36º100%87.06%-
HSV(B)146.36º25.88%100%-
XYZ69.487.479.54-
YUV231.05120.6398.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.55%
GREEN value IS 255 (100% from 255) = 38.52%
BLUE value IS 218 (85.55% from 255) = 32.93%
R=28.55%
G=38.52%
B=32.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892552180.2600.150146.3610087.06
HexBDFFDA1A0F0926457
Octal275377332320170222144127
Binary101111011111111111011010110100111101001001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFFDA; }

 p { color: rgb(189,255,218); }

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

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

 a { background-color: rgb(189,255,218); }

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

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

 span { border-color: rgb(189,255,218); }

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