#BEFDD4

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

Shades of Aero Blue #BEFDD4

Tints of Aero Blue #BEFDD4

Color information

#BEFDD4 (or 0xBEFDD4) is unknown color: approx Aero Blue. HEX triplet: BE, FD and D4. RGB value is (190,253,212). Sum of RGB (Red+Green+Blue) = 190+253+212=655 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.01% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 212 (83.20% from 255 or 32.37% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDD4 is #41022B. Grayscale: #E5E5E5. Windows color (decimal): -4260396 or 13958590. OLE color: 13958590.

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

Color convert

RGB190253212-
CMYK0.2500.160.01
HSL140.95º94.03%86.86%-
HSV(B)140.95º24.9%99.22%-
XYZ68.2485.9575.28-
YUV229.49118.1399.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.01%
GREEN value IS 253 (99.22% from 255) = 38.63%
BLUE value IS 212 (83.20% from 255) = 32.37%
R=29.01%
G=38.63%
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.01
SystemRedGreenBlueCMYKHSL
Decimal1902532120.2500.160.01140.9594.0386.86
HexBEFDD41901018d5e57
Octal276375324310201215136127
Binary1011111011111101110101001100101000011000110110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFDD4; }

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

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

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

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

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

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

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

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