Html Css Color HEX #BEEED3 Aero Blue

📋 copy color: '#BEEED3'

red 190 ◦ green 238 ◦ blue 211

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

Shades of Aero Blue #BEEED3

Tints of Aero Blue #BEEED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.02%

R = 29.73%
G = 37.25%
B = 33.02%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#BEEED3 (or 0xBEEED3) is known color: Aero Blue. HEX triplet: BE, EE and D3. RGB value is (190,238,211). Sum of RGB (Red+Green+Blue) = 190+238+211=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 211 (82.81% from 255 or 33.02% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEED3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEED3 is #41112C. Grayscale: #DCDCDC. Windows color (decimal): -4264237 or 13889214. OLE color: 13889214.

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

Color convert

RGB 190 238 211 -
CMYK 0.20 0 0.11 0.07
HSL 146.25º 0.59% 0.84% -
HSV(B) 146.25º 0.2% 0.93% -
XYZ 63.57 76.8 73.1 -
YUV 220.57 122.6 106.2 -
System Red Green Blue C M Y K H S L
Decimal 190 238 211 0.20 0 0.11 0.07 146.25 0.59 0.84
Hex BE EE D3 14 0 B 7 92 3B 54
Octal 276 356 323 24 0 13 7 222 73 124
Binary 10111110 11101110 11010011 10100 0 1011 111 10010010 111011 1010100

Color Harmonies of #BEEED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEED3

Black with #BEEED3

Text Example


Text Example

White with #BEEED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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