Html Css Color HEX #BEEAD2 Aero Blue

📋 copy color: '#BEEAD2'

red 190 ◦ green 234 ◦ blue 210

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

Shades of Aero Blue #BEEAD2

Tints of Aero Blue #BEEAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.12%

R = 29.97%
G = 36.91%
B = 33.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#BEEAD2 (or 0xBEEAD2) is known color: Aero Blue. HEX triplet: BE, EA and D2. RGB value is (190,234,210). Sum of RGB (Red+Green+Blue) = 190+234+210=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 210 (82.42% from 255 or 33.12% from 634); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEAD2 is #41152D. Grayscale: #DADADA. Windows color (decimal): -4265262 or 13822654. OLE color: 13822654.

HSL color Cylindrical-coordinate representation of color #BEEAD2: hue angle of 147.27º 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 #BEEAD2 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 234 210 -
CMYK 0.19 0 0.10 0.08
HSL 147.27º 0.51% 0.83% -
HSV(B) 147.27º 0.19% 0.92% -
XYZ 62.29 74.45 72.06 -
YUV 218.11 123.42 107.95 -
System Red Green Blue C M Y K H S L
Decimal 190 234 210 0.19 0 0.10 0.08 147.27 0.51 0.83
Hex BE EA D2 13 0 A 8 93 33 53
Octal 276 352 322 23 0 12 10 223 63 123
Binary 10111110 11101010 11010010 10011 0 1010 1000 10010011 110011 1010011

Color Harmonies of #BEEAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEAD2

Black with #BEEAD2

Text Example


Text Example

White with #BEEAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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