#BDFBD7

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

Shades of Aero Blue #BDFBD7

Tints of Aero Blue #BDFBD7

Color information

#BDFBD7 (or 0xBDFBD7) is unknown color: approx Aero Blue. HEX triplet: BD, FB and D7. RGB value is (189,251,215). Sum of RGB (Red+Green+Blue) = 189+251+215=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 215 (84.38% from 255 or 32.82% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBD7 is #420428. Grayscale: #E4E4E4. Windows color (decimal): -4326441 or 14154685. OLE color: 14154685.

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

Color convert

RGB189251215-
CMYK0.2500.140.02
HSL145.16º88.57%86.27%-
HSV(B)145.16º24.7%98.43%-
XYZ67.7584.7277.07-
YUV228.36120.4699.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.85%
GREEN value IS 251 (98.44% from 255) = 38.32%
BLUE value IS 215 (84.38% from 255) = 32.82%
R=28.85%
G=38.32%
B=32.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892512150.2500.140.02145.1688.5786.27
HexBDFBD7190E2915956
Octal275373327310162221131126
Binary1011110111111011110101111100101110101001000110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBD7; }

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

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

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

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

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

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

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

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