#BEFDD5

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

Shades of Aero Blue #BEFDD5

Tints of Aero Blue #BEFDD5

Color information

#BEFDD5 (or 0xBEFDD5) is unknown color: approx Aero Blue. HEX triplet: BE, FD and D5. RGB value is (190,253,213). Sum of RGB (Red+Green+Blue) = 190+253+213=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 253 (99.22% from 255 or 38.57% from 656); Blue value is 213 (83.59% from 255 or 32.47% from 656); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDD5 is #41022A. Grayscale: #E5E5E5. Windows color (decimal): -4260395 or 14024126. OLE color: 14024126.

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

Color convert

RGB190253213-
CMYK0.2500.160.01
HSL141.9º94.03%86.86%-
HSV(B)141.9º24.9%99.22%-
XYZ68.378675.95-
YUV229.6118.6399.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.96%
GREEN value IS 253 (99.22% from 255) = 38.57%
BLUE value IS 213 (83.59% from 255) = 32.47%
R=28.96%
G=38.57%
B=32.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902532130.2500.160.01141.994.0386.86
HexBEFDD51901018e5e57
Octal276375325310201216136127
Binary1011111011111101110101011100101000011000111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFDD5; }

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

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

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

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

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

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

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

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