#BDF2D3

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

Shades of Aero Blue #BDF2D3

Tints of Aero Blue #BDF2D3

Color information

#BDF2D3 (or 0xBDF2D3) is unknown color: approx Aero Blue. HEX triplet: BD, F2 and D3. RGB value is (189,242,211). Sum of RGB (Red+Green+Blue) = 189+242+211=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 242 (94.92% from 255 or 37.69% from 642); Blue value is 211 (82.81% from 255 or 32.87% from 642); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF2D3 is #420D2C. Grayscale: #DEDEDE. Windows color (decimal): -4328749 or 13890237. OLE color: 13890237.

HSL color Cylindrical-coordinate representation of color #BDF2D3: hue angle of 144.91º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF2D3 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB189242211-
CMYK0.2200.130.05
HSL144.91º67.09%84.51%-
HSV(B)144.91º21.9%94.9%-
XYZ64.579.0373.48-
YUV222.62121.44104.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.44%
GREEN value IS 242 (94.92% from 255) = 37.69%
BLUE value IS 211 (82.81% from 255) = 32.87%
R=29.44%
G=37.69%
B=32.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892422110.2200.130.05144.9167.0984.51
HexBDF2D3160D5914355
Octal275362323260155221103125
Binary10111101111100101101001110110011011011001000110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF2D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF2D3; }

 p { color: rgb(189,242,211); }

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

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

 a { background-color: rgb(189,242,211); }

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

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

 span { border-color: rgb(189,242,211); }

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