#BEFFD5

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

Shades of Aero Blue #BEFFD5

Tints of Aero Blue #BEFFD5

Color information

#BEFFD5 (or 0xBEFFD5) is unknown color: approx Aero Blue. HEX triplet: BE, FF and D5. RGB value is (190,255,213). Sum of RGB (Red+Green+Blue) = 190+255+213=658 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.88% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 213 (83.59% from 255 or 32.37% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFD5 is #41002A. Grayscale: #E6E6E6. Windows color (decimal): -4259883 or 14024638. OLE color: 14024638.

HSL color Cylindrical-coordinate representation of color #BEFFD5: hue angle of 141.23º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFFD5 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB190255213-
CMYK0.2500.160
HSL141.23º100%87.25%-
HSV(B)141.23º25.49%100%-
XYZ69.0187.2776.16-
YUV230.78117.9798.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.88%
GREEN value IS 255 (100% from 255) = 38.75%
BLUE value IS 213 (83.59% from 255) = 32.37%
R=28.88%
G=38.75%
B=32.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902552130.2500.160141.2310087.25
HexBEFFD51901008d6457
Octal276377325310200215144127
Binary1011111011111111110101011100101000001000110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFFD5; }

 p { color: rgb(190,255,213); }

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

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

 a { background-color: rgb(190,255,213); }

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

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

 span { border-color: rgb(190,255,213); }

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