#BDF7DB

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

Shades of Aero Blue #BDF7DB

Tints of Aero Blue #BDF7DB

Color information

#BDF7DB (or 0xBDF7DB) is unknown color: approx Aero Blue. HEX triplet: BD, F7 and DB. RGB value is (189,247,219). Sum of RGB (Red+Green+Blue) = 189+247+219=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 247 (96.88% from 255 or 37.71% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7DB is #420824. Grayscale: #E2E2E2. Windows color (decimal): -4327461 or 14415805. OLE color: 14415805.

HSL color Cylindrical-coordinate representation of color #BDF7DB: hue angle of 151.03º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF7DB is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB189247219-
CMYK0.2300.110.03
HSL151.03º78.38%85.49%-
HSV(B)151.03º23.48%96.86%-
XYZ67.0382.4579.4-
YUV226.47123.78101.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.85%
GREEN value IS 247 (96.88% from 255) = 37.71%
BLUE value IS 219 (85.94% from 255) = 33.44%
R=28.85%
G=37.71%
B=33.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892472190.2300.110.03151.0378.3885.49
HexBDF7DB170B3974e55
Octal275367333270133227116125
Binary1011110111110111110110111011101011111001011110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF7DB; }

 p { color: rgb(189,247,219); }

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

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

 a { background-color: rgb(189,247,219); }

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

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

 span { border-color: rgb(189,247,219); }

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