#BEFDDE

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

Shades of Aero Blue #BEFDDE

Tints of Aero Blue #BEFDDE

Color information

#BEFDDE (or 0xBEFDDE) is unknown color: approx Aero Blue. HEX triplet: BE, FD and DE. RGB value is (190,253,222). Sum of RGB (Red+Green+Blue) = 190+253+222=665 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.57% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 222 (87.11% from 255 or 33.38% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDDE is #410221. Grayscale: #E6E6E6. Windows color (decimal): -4260386 or 14613950. OLE color: 14613950.

HSL color Cylindrical-coordinate representation of color #BEFDDE: hue angle of 150.48º 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 #BEFDDE is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB190253222-
CMYK0.2500.120.01
HSL150.48º94.03%86.86%-
HSV(B)150.48º24.9%99.22%-
XYZ69.5586.4782.13-
YUV230.63123.1399.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.57%
GREEN value IS 253 (99.22% from 255) = 38.05%
BLUE value IS 222 (87.11% from 255) = 33.38%
R=28.57%
G=38.05%
B=33.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902532220.2500.120.01150.4894.0386.86
HexBEFDDE190C1965e57
Octal276375336310141226136127
Binary101111101111110111011110110010110011001011010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFDDE; }

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

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

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

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

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

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

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

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