#BFFEDD

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

Shades of Aero Blue #BFFEDD

Tints of Aero Blue #BFFEDD

Color information

#BFFEDD (or 0xBFFEDD) is unknown color: approx Aero Blue. HEX triplet: BF, FE and DD. RGB value is (191,254,221). Sum of RGB (Red+Green+Blue) = 191+254+221=666 (88% of max value = 765). Red value is 191 (75% from 255 or 28.68% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFEDD is #400122. Grayscale: #E7E7E7. Windows color (decimal): -4194595 or 14548671. OLE color: 14548671.

HSL color Cylindrical-coordinate representation of color #BFFEDD: hue angle of 148.57º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFEDD is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB191254221-
CMYK0.2500.130.00
HSL148.57º96.92%87.25%-
HSV(B)148.57º24.8%99.61%-
XYZ69.9887.1881.55-
YUV231.4122.1399.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.68%
GREEN value IS 254 (99.61% from 255) = 38.14%
BLUE value IS 221 (86.72% from 255) = 33.18%
R=28.68%
G=38.14%
B=33.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912542210.2500.130.00148.5796.9287.25
HexBFFEDD190D0956157
Octal277376335310150225141127
Binary101111111111111011011101110010110101001010111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFEDD; }

 p { color: rgb(191,254,221); }

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

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

 a { background-color: rgb(191,254,221); }

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

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

 span { border-color: rgb(191,254,221); }

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