#BFEBD5

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

Shades of Aero Blue #BFEBD5

Tints of Aero Blue #BFEBD5

Color information

#BFEBD5 (or 0xBFEBD5) is unknown color: approx Aero Blue. HEX triplet: BF, EB and D5. RGB value is (191,235,213). Sum of RGB (Red+Green+Blue) = 191+235+213=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEBD5 is #40142A. Grayscale: #DBDBDB. Windows color (decimal): -4199467 or 14019519. OLE color: 14019519.

HSL color Cylindrical-coordinate representation of color #BFEBD5: hue angle of 150º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEBD5 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB191235213-
CMYK0.1900.090.08
HSL150º52.38%83.53%-
HSV(B)150º18.72%92.16%-
XYZ63.275.374.15-
YUV219.34124.42107.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.89%
GREEN value IS 235 (92.19% from 255) = 36.78%
BLUE value IS 213 (83.59% from 255) = 33.33%
R=29.89%
G=36.78%
B=33.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912352130.1900.090.0815052.3883.53
HexBFEBD513098963454
Octal277353325230111022664124
Binary10111111111010111101010110011010011000100101101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEBD5; }

 p { color: rgb(191,235,213); }

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

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

 a { background-color: rgb(191,235,213); }

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

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

 span { border-color: rgb(191,235,213); }

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