#BFEED2

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

Shades of Aero Blue #BFEED2

Tints of Aero Blue #BFEED2

Color information

#BFEED2 (or 0xBFEED2) is unknown color: approx Aero Blue. HEX triplet: BF, EE and D2. RGB value is (191,238,210). Sum of RGB (Red+Green+Blue) = 191+238+210=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 210 (82.42% from 255 or 32.86% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEED2 is #40112D. Grayscale: #DCDCDC. Windows color (decimal): -4198702 or 13823679. OLE color: 13823679.

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

Color convert

RGB191238210-
CMYK0.2000.120.07
HSL144.26º58.02%84.12%-
HSV(B)144.26º19.75%93.33%-
XYZ63.6976.8872.45-
YUV220.76121.93106.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.89%
GREEN value IS 238 (93.36% from 255) = 37.25%
BLUE value IS 210 (82.42% from 255) = 32.86%
R=29.89%
G=37.25%
B=32.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912382100.2000.120.07144.2658.0284.12
HexBFEED2140C7903a54
Octal27735632224014722072124
Binary1011111111101110110100101010001100111100100001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEED2; }

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

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

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

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

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

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

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

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