#BDF3D9

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

Shades of Aero Blue #BDF3D9

Tints of Aero Blue #BDF3D9

Color information

#BDF3D9 (or 0xBDF3D9) is unknown color: approx Aero Blue. HEX triplet: BD, F3 and D9. RGB value is (189,243,217). Sum of RGB (Red+Green+Blue) = 189+243+217=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 243 (95.31% from 255 or 37.44% from 649); Blue value is 217 (85.16% from 255 or 33.44% from 649); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF3D9 is #420C26. Grayscale: #DFDFDF. Windows color (decimal): -4328487 or 14283709. OLE color: 14283709.

HSL color Cylindrical-coordinate representation of color #BDF3D9: hue angle of 151.11º degrees, saturation: 0.69, 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 #BDF3D9 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB189243217-
CMYK0.2200.110.05
HSL151.11º69.23%84.71%-
HSV(B)151.11º22.22%95.29%-
XYZ65.5679.9377.62-
YUV223.89124.11103.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.12%
GREEN value IS 243 (95.31% from 255) = 37.44%
BLUE value IS 217 (85.16% from 255) = 33.44%
R=29.12%
G=37.44%
B=33.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892432170.2200.110.05151.1169.2384.71
HexBDF3D9160B5974555
Octal275363331260135227105125
Binary10111101111100111101100110110010111011001011110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF3D9; }

 p { color: rgb(189,243,217); }

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

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

 a { background-color: rgb(189,243,217); }

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

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

 span { border-color: rgb(189,243,217); }

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