#BFEFD6

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

Shades of Aero Blue #BFEFD6

Tints of Aero Blue #BFEFD6

Color information

#BFEFD6 (or 0xBFEFD6) is unknown color: approx Aero Blue. HEX triplet: BF, EF and D6. RGB value is (191,239,214). Sum of RGB (Red+Green+Blue) = 191+239+214=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 239 (93.75% from 255 or 37.11% from 644); Blue value is 214 (83.98% from 255 or 33.23% from 644); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFD6 is #401029. Grayscale: #DDDDDD. Windows color (decimal): -4198442 or 14086079. OLE color: 14086079.

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

Color convert

RGB191239214-
CMYK0.2000.100.06
HSL148.75º60%84.31%-
HSV(B)148.75º20.08%93.73%-
XYZ64.4977.6675.21-
YUV221.8123.6106.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.66%
GREEN value IS 239 (93.75% from 255) = 37.11%
BLUE value IS 214 (83.98% from 255) = 33.23%
R=29.66%
G=37.11%
B=33.23%

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
Decimal1912392140.2000.100.06148.756084.31
HexBFEFD6140A6953c54
Octal27735732624012622574124
Binary1011111111101111110101101010001010110100101011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEFD6; }

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

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

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

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

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

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

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

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