#BFEED4

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

Shades of Aero Blue #BFEED4

Tints of Aero Blue #BFEED4

Color information

#BFEED4 (or 0xBFEED4) is unknown color: approx Aero Blue. HEX triplet: BF, EE and D4. RGB value is (191,238,212). Sum of RGB (Red+Green+Blue) = 191+238+212=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 212 (83.20% from 255 or 33.07% from 641); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEED4 is #40112B. Grayscale: #DDDDDD. Windows color (decimal): -4198700 or 13954751. OLE color: 13954751.

HSL color Cylindrical-coordinate representation of color #BFEED4: hue angle of 146.81º 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 #BFEED4 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB191238212-
CMYK0.2000.110.07
HSL146.81º58.02%84.12%-
HSV(B)146.81º19.75%93.33%-
XYZ63.9476.9873.78-
YUV220.98122.93106.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.80%
GREEN value IS 238 (93.36% from 255) = 37.13%
BLUE value IS 212 (83.20% from 255) = 33.07%
R=29.80%
G=37.13%
B=33.07%

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
Decimal1912382120.2000.110.07146.8158.0284.12
HexBFEED4140B7933a54
Octal27735632424013722372124
Binary1011111111101110110101001010001011111100100111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEED4; }

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

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

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

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

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

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

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

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