Html Css Color HEX #BEEAD0 Aero Blue

📋 copy color: '#BEEAD0'

red 190 ◦ green 234 ◦ blue 208

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

Shades of Aero Blue #BEEAD0

Tints of Aero Blue #BEEAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.91%

R = 30.06%
G = 37.03%
B = 32.91%

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

#BEEAD0 (or 0xBEEAD0) is known color: Aero Blue. HEX triplet: BE, EA and D0. RGB value is (190,234,208). Sum of RGB (Red+Green+Blue) = 190+234+208=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEAD0 is #41152F. Grayscale: #D9D9D9. Windows color (decimal): -4265264 or 13691582. OLE color: 13691582.

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

Color convert

RGB 190 234 208 -
CMYK 0.19 0 0.11 0.08
HSL 144.55º 0.51% 0.83% -
HSV(B) 144.55º 0.19% 0.92% -
XYZ 62.04 74.35 70.75 -
YUV 217.88 122.42 108.11 -
System Red Green Blue C M Y K H S L
Decimal 190 234 208 0.19 0 0.11 0.08 144.55 0.51 0.83
Hex BE EA D0 13 0 B 8 91 33 53
Octal 276 352 320 23 0 13 10 221 63 123
Binary 10111110 11101010 11010000 10011 0 1011 1000 10010001 110011 1010011

Color Harmonies of #BEEAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEAD0

Black with #BEEAD0

Text Example


Text Example

White with #BEEAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEAD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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