#BDF1D3

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

Shades of Aero Blue #BDF1D3

Tints of Aero Blue #BDF1D3

Color information

#BDF1D3 (or 0xBDF1D3) is unknown color: approx Aero Blue. HEX triplet: BD, F1 and D3. RGB value is (189,241,211). Sum of RGB (Red+Green+Blue) = 189+241+211=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 211 (82.81% from 255 or 32.92% from 641); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1D3 is #420E2C. Grayscale: #DEDEDE. Windows color (decimal): -4329005 or 13889981. OLE color: 13889981.

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

Color convert

RGB189241211-
CMYK0.2200.120.05
HSL145.38º65%84.31%-
HSV(B)145.38º21.58%94.51%-
XYZ64.278.4373.38-
YUV222.03121.77104.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.49%
GREEN value IS 241 (94.53% from 255) = 37.60%
BLUE value IS 211 (82.81% from 255) = 32.92%
R=29.49%
G=37.60%
B=32.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892412110.2200.120.05145.386584.31
HexBDF1D3160C5914154
Octal275361323260145221101124
Binary10111101111100011101001110110011001011001000110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1D3; }

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

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

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

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

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

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

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

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