Html Css Color HEX #BEEED1 Aero Blue

📋 copy color: '#BEEED1'

red 190 ◦ green 238 ◦ blue 209

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

Shades of Aero Blue #BEEED1

Tints of Aero Blue #BEEED1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.36%

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

R = 29.83%
G = 37.36%
B = 32.81%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#BEEED1 (or 0xBEEED1) is known color: Aero Blue. HEX triplet: BE, EE and D1. RGB value is (190,238,209). Sum of RGB (Red+Green+Blue) = 190+238+209=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 209 (82.03% from 255 or 32.81% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEED1 is #41112E. Grayscale: #DCDCDC. Windows color (decimal): -4264239 or 13758142. OLE color: 13758142.

HSL color Cylindrical-coordinate representation of color #BEEED1: hue angle of 143.75º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEEED1 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 238 209 -
CMYK 0.20 0 0.12 0.07
HSL 143.75º 0.59% 0.84% -
HSV(B) 143.75º 0.2% 0.93% -
XYZ 63.32 76.7 71.79 -
YUV 220.34 121.6 106.36 -
System Red Green Blue C M Y K H S L
Decimal 190 238 209 0.20 0 0.12 0.07 143.75 0.59 0.84
Hex BE EE D1 14 0 C 7 90 3B 54
Octal 276 356 321 24 0 14 7 220 73 124
Binary 10111110 11101110 11010001 10100 0 1100 111 10010000 111011 1010100

Color Harmonies of #BEEED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEED1

Black with #BEEED1

Text Example


Text Example

White with #BEEED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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