#BEEFD4

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

Shades of Aero Blue #BEEFD4

Tints of Aero Blue #BEEFD4

Color information

#BEEFD4 (or 0xBEEFD4) is unknown color: approx Aero Blue. HEX triplet: BE, EF and D4. RGB value is (190,239,212). Sum of RGB (Red+Green+Blue) = 190+239+212=641 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.64% from 641); Green value is 239 (93.75% from 255 or 37.29% from 641); Blue value is 212 (83.20% from 255 or 33.07% from 641); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEFD4 is #41102B. Grayscale: #DDDDDD. Windows color (decimal): -4263980 or 13955006. OLE color: 13955006.

HSL color Cylindrical-coordinate representation of color #BEEFD4: hue angle of 146.94º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEEFD4 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB190239212-
CMYK0.2100.110.06
HSL146.94º60.49%84.12%-
HSV(B)146.94º20.5%93.73%-
XYZ63.9977.4373.86-
YUV221.27122.77105.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.64%
GREEN value IS 239 (93.75% from 255) = 37.29%
BLUE value IS 212 (83.20% from 255) = 33.07%
R=29.64%
G=37.29%
B=33.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902392120.2100.110.06146.9460.4984.12
HexBEEFD4150B6933c54
Octal27635732425013622374124
Binary1011111011101111110101001010101011110100100111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEFD4; }

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

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

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

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

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

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

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

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