Html Css Color HEX #BEEAD1 Aero Blue

📋 copy color: '#BEEAD1'

red 190 ◦ green 234 ◦ blue 209

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

Shades of Aero Blue #BEEAD1

Tints of Aero Blue #BEEAD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 33.02%

R = 30.02%
G = 36.97%
B = 33.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#BEEAD1 (or 0xBEEAD1) is known color: Aero Blue. HEX triplet: BE, EA and D1. RGB value is (190,234,209). Sum of RGB (Red+Green+Blue) = 190+234+209=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEAD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEAD1 is #41152E. Grayscale: #DADADA. Windows color (decimal): -4265263 or 13757118. OLE color: 13757118.

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

Color convert

RGB 190 234 209 -
CMYK 0.19 0 0.11 0.08
HSL 145.91º 0.51% 0.83% -
HSV(B) 145.91º 0.19% 0.92% -
XYZ 62.17 74.4 71.4 -
YUV 217.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 190 234 209 0.19 0 0.11 0.08 145.91 0.51 0.83
Hex BE EA D1 13 0 B 8 92 33 53
Octal 276 352 321 23 0 13 10 222 63 123
Binary 10111110 11101010 11010001 10011 0 1011 1000 10010010 110011 1010011

Color Harmonies of #BEEAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEAD1

Black with #BEEAD1

Text Example


Text Example

White with #BEEAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEAD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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