#BDFBDE

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

Shades of Aero Blue #BDFBDE

Tints of Aero Blue #BDFBDE

Color information

#BDFBDE (or 0xBDFBDE) is unknown color: approx Aero Blue. HEX triplet: BD, FB and DE. RGB value is (189,251,222). Sum of RGB (Red+Green+Blue) = 189+251+222=662 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.55% from 662); Green value is 251 (98.44% from 255 or 37.92% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBDE is #420421. Grayscale: #E5E5E5. Windows color (decimal): -4326434 or 14613437. OLE color: 14613437.

HSL color Cylindrical-coordinate representation of color #BDFBDE: hue angle of 151.94º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFBDE is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB189251222-
CMYK0.2500.120.02
HSL151.94º88.57%86.27%-
HSV(B)151.94º24.7%98.43%-
XYZ68.6785.0981.91-
YUV229.16123.9699.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.55%
GREEN value IS 251 (98.44% from 255) = 37.92%
BLUE value IS 222 (87.11% from 255) = 33.53%
R=28.55%
G=37.92%
B=33.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892512220.2500.120.02151.9488.5786.27
HexBDFBDE190C2985956
Octal275373336310142230131126
Binary1011110111111011110111101100101100101001100010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBDE; }

 p { color: rgb(189,251,222); }

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

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

 a { background-color: rgb(189,251,222); }

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

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

 span { border-color: rgb(189,251,222); }

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