#BDF1D6

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

Shades of Aero Blue #BDF1D6

Tints of Aero Blue #BDF1D6

Color information

#BDF1D6 (or 0xBDF1D6) is unknown color: approx Aero Blue. HEX triplet: BD, F1 and D6. RGB value is (189,241,214). Sum of RGB (Red+Green+Blue) = 189+241+214=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 214 (83.98% from 255 or 33.23% from 644); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1D6 is #420E29. Grayscale: #DEDEDE. Windows color (decimal): -4329002 or 14086589. OLE color: 14086589.

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

Color convert

RGB189241214-
CMYK0.2200.110.05
HSL148.85º65%84.31%-
HSV(B)148.85º21.58%94.51%-
XYZ64.5878.5875.38-
YUV222.37123.27104.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.35%
GREEN value IS 241 (94.53% from 255) = 37.42%
BLUE value IS 214 (83.98% from 255) = 33.23%
R=29.35%
G=37.42%
B=33.23%

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
Decimal1892412140.2200.110.05148.856584.31
HexBDF1D6160B5954154
Octal275361326260135225101124
Binary10111101111100011101011010110010111011001010110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1D6; }

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

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

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

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

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

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

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

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