#BFEED5

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

Shades of Aero Blue #BFEED5

Tints of Aero Blue #BFEED5

Color information

#BFEED5 (or 0xBFEED5) is unknown color: approx Aero Blue. HEX triplet: BF, EE and D5. RGB value is (191,238,213). Sum of RGB (Red+Green+Blue) = 191+238+213=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 238 (93.36% from 255 or 37.07% from 642); Blue value is 213 (83.59% from 255 or 33.18% from 642); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEED5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEED5 is #40112A. Grayscale: #DDDDDD. Windows color (decimal): -4198699 or 14020287. OLE color: 14020287.

HSL color Cylindrical-coordinate representation of color #BFEED5: hue angle of 148.09º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEED5 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB191238213-
CMYK0.2000.110.07
HSL148.09º58.02%84.12%-
HSV(B)148.09º19.75%93.33%-
XYZ64.0777.0374.44-
YUV221.1123.43106.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.75%
GREEN value IS 238 (93.36% from 255) = 37.07%
BLUE value IS 213 (83.59% from 255) = 33.18%
R=29.75%
G=37.07%
B=33.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912382130.2000.110.07148.0958.0284.12
HexBFEED5140B7943a54
Octal27735632524013722472124
Binary1011111111101110110101011010001011111100101001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEED5; }

 p { color: rgb(191,238,213); }

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

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

 a { background-color: rgb(191,238,213); }

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

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

 span { border-color: rgb(191,238,213); }

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