#BDF3DB

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

Shades of Aero Blue #BDF3DB

Tints of Aero Blue #BDF3DB

Color information

#BDF3DB (or 0xBDF3DB) is unknown color: approx Aero Blue. HEX triplet: BD, F3 and DB. RGB value is (189,243,219). Sum of RGB (Red+Green+Blue) = 189+243+219=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 243 (95.31% from 255 or 37.33% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF3DB is #420C24. Grayscale: #E0E0E0. Windows color (decimal): -4328485 or 14414781. OLE color: 14414781.

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

Color convert

RGB189243219-
CMYK0.2200.100.05
HSL153.33º69.23%84.71%-
HSV(B)153.33º22.22%95.29%-
XYZ65.8280.0379-
YUV224.12125.11102.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.03%
GREEN value IS 243 (95.31% from 255) = 37.33%
BLUE value IS 219 (85.94% from 255) = 33.64%
R=29.03%
G=37.33%
B=33.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892432190.2200.100.05153.3369.2384.71
HexBDF3DB160A5994555
Octal275363333260125231105125
Binary10111101111100111101101110110010101011001100110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF3DB; }

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

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

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

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

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

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

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

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