#BFEFD7

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

Shades of Aero Blue #BFEFD7

Tints of Aero Blue #BFEFD7

Color information

#BFEFD7 (or 0xBFEFD7) is unknown color: approx Aero Blue. HEX triplet: BF, EF and D7. RGB value is (191,239,215). Sum of RGB (Red+Green+Blue) = 191+239+215=645 (85% of max value = 765). Red value is 191 (75% from 255 or 29.61% from 645); Green value is 239 (93.75% from 255 or 37.05% from 645); Blue value is 215 (84.38% from 255 or 33.33% from 645); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFD7 is #401028. Grayscale: #DDDDDD. Windows color (decimal): -4198441 or 14151615. OLE color: 14151615.

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

Color convert

RGB191239215-
CMYK0.2000.100.06
HSL150º60%84.31%-
HSV(B)150º20.08%93.73%-
XYZ64.6277.7275.88-
YUV221.91124.1105.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.61%
GREEN value IS 239 (93.75% from 255) = 37.05%
BLUE value IS 215 (84.38% from 255) = 33.33%
R=29.61%
G=37.05%
B=33.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912392150.2000.100.061506084.31
HexBFEFD7140A6963c54
Octal27735732724012622674124
Binary1011111111101111110101111010001010110100101101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEFD7; }

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

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

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

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

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

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

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

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