Html Css Color HEX #BEEAD4 Aero Blue

📋 copy color: '#BEEAD4'

red 190 ◦ green 234 ◦ blue 212

#BEEAD4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aero Blue #BEEAD4

Tints of Aero Blue #BEEAD4

RGB

 RED value IS 190 (74.61% from 255) = 29.87%

 GREEN value IS 234 (91.8% from 255) = 36.79%

 BLUE value IS 212 (83.2% from 255) = 33.33%

R = 29.87%
G = 36.79%
B = 33.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#BEEAD4 (or 0xBEEAD4) is known color: Aero Blue. HEX triplet: BE, EA and D4. RGB value is (190,234,212). Sum of RGB (Red+Green+Blue) = 190+234+212=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEAD4 is #41152B. Grayscale: #DADADA. Windows color (decimal): -4265260 or 13953726. OLE color: 13953726.

HSL color Cylindrical-coordinate representation of color #BEEAD4: hue angle of 150º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEAD4 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 234 212 -
CMYK 0.19 0 0.09 0.08
HSL 150º 0.51% 0.83% -
HSV(B) 150º 0.19% 0.92% -
XYZ 62.54 74.55 73.38 -
YUV 218.34 124.42 107.79 -
System Red Green Blue C M Y K H S L
Decimal 190 234 212 0.19 0 0.09 0.08 150 0.51 0.83
Hex BE EA D4 13 0 9 8 96 33 53
Octal 276 352 324 23 0 11 10 226 63 123
Binary 10111110 11101010 11010100 10011 0 1001 1000 10010110 110011 1010011

Color Harmonies of #BEEAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEAD4

Black with #BEEAD4

Text Example


Text Example

White with #BEEAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEAD4; }

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

 H1.HeaderClassName
 {
   color: #BEEAD4;
 }
 .AnyTagClassName
 {
   color: #BEEAD4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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