#BDF1D7

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

Shades of Aero Blue #BDF1D7

Tints of Aero Blue #BDF1D7

Color information

#BDF1D7 (or 0xBDF1D7) is unknown color: approx Aero Blue. HEX triplet: BD, F1 and D7. RGB value is (189,241,215). Sum of RGB (Red+Green+Blue) = 189+241+215=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 215 (84.38% from 255 or 33.33% from 645); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1D7 is #420E28. Grayscale: #DEDEDE. Windows color (decimal): -4329001 or 14152125. OLE color: 14152125.

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

Color convert

RGB189241215-
CMYK0.2200.110.05
HSL150º65%84.31%-
HSV(B)150º21.58%94.51%-
XYZ64.7178.6476.06-
YUV222.49123.77104.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.30%
GREEN value IS 241 (94.53% from 255) = 37.36%
BLUE value IS 215 (84.38% from 255) = 33.33%
R=29.30%
G=37.36%
B=33.33%

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
Decimal1892412150.2200.110.051506584.31
HexBDF1D7160B5964154
Octal275361327260135226101124
Binary10111101111100011101011110110010111011001011010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1D7; }

 p { color: rgb(189,241,215); }

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

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

 a { background-color: rgb(189,241,215); }

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

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

 span { border-color: rgb(189,241,215); }

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