#BFEFD4

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

Shades of Aero Blue #BFEFD4

Tints of Aero Blue #BFEFD4

Color information

#BFEFD4 (or 0xBFEFD4) is unknown color: approx Aero Blue. HEX triplet: BF, EF and D4. RGB value is (191,239,212). Sum of RGB (Red+Green+Blue) = 191+239+212=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 212 (83.20% from 255 or 33.02% from 642); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFD4 is #40102B. Grayscale: #DDDDDD. Windows color (decimal): -4198444 or 13955007. OLE color: 13955007.

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

Color convert

RGB191239212-
CMYK0.2000.110.06
HSL146.25º60%84.31%-
HSV(B)146.25º20.08%93.73%-
XYZ64.2477.5673.87-
YUV221.57122.6106.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.75%
GREEN value IS 239 (93.75% from 255) = 37.23%
BLUE value IS 212 (83.20% from 255) = 33.02%
R=29.75%
G=37.23%
B=33.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912392120.2000.110.06146.256084.31
HexBFEFD4140B6923c54
Octal27735732424013622274124
Binary1011111111101111110101001010001011110100100101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEFD4; }

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

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

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

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

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

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

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

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