#BDF6DA

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

Shades of Aero Blue #BDF6DA

Tints of Aero Blue #BDF6DA

Color information

#BDF6DA (or 0xBDF6DA) is unknown color: approx Aero Blue. HEX triplet: BD, F6 and DA. RGB value is (189,246,218). Sum of RGB (Red+Green+Blue) = 189+246+218=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 246 (96.48% from 255 or 37.67% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF6DA is #420925. Grayscale: #E1E1E1. Windows color (decimal): -4327718 or 14350013. OLE color: 14350013.

HSL color Cylindrical-coordinate representation of color #BDF6DA: hue angle of 150.53º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF6DA is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB189246218-
CMYK0.2300.110.04
HSL150.53º76%85.29%-
HSV(B)150.53º23.17%96.47%-
XYZ66.681.7978.61-
YUV225.76123.62101.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.94%
GREEN value IS 246 (96.48% from 255) = 37.67%
BLUE value IS 218 (85.55% from 255) = 33.38%
R=28.94%
G=37.67%
B=33.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892462180.2300.110.04150.537685.29
HexBDF6DA170B4974c55
Octal275366332270134227114125
Binary10111101111101101101101010111010111001001011110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF6DA; }

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

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

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

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

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

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

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

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