#BDFBD6

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

Shades of Aero Blue #BDFBD6

Tints of Aero Blue #BDFBD6

Color information

#BDFBD6 (or 0xBDFBD6) is unknown color: approx Aero Blue. HEX triplet: BD, FB and D6. RGB value is (189,251,214). Sum of RGB (Red+Green+Blue) = 189+251+214=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 251 (98.44% from 255 or 38.38% from 654); Blue value is 214 (83.98% from 255 or 32.72% from 654); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBD6 is #420429. Grayscale: #E4E4E4. Windows color (decimal): -4326442 or 14089149. OLE color: 14089149.

HSL color Cylindrical-coordinate representation of color #BDFBD6: hue angle of 144.19º 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 #BDFBD6 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB189251214-
CMYK0.2500.150.02
HSL144.19º88.57%86.27%-
HSV(B)144.19º24.7%98.43%-
XYZ67.6284.6776.4-
YUV228.24119.96100.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.90%
GREEN value IS 251 (98.44% from 255) = 38.38%
BLUE value IS 214 (83.98% from 255) = 32.72%
R=28.90%
G=38.38%
B=32.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892512140.2500.150.02144.1988.5786.27
HexBDFBD6190F2905956
Octal275373326310172220131126
Binary1011110111111011110101101100101111101001000010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBD6; }

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

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

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

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

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

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

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

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