Html Css Color HEX #BEEED0 Aero Blue

📋 copy color: '#BEEED0'

red 190 ◦ green 238 ◦ blue 208

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

Shades of Aero Blue #BEEED0

Tints of Aero Blue #BEEED0

RGB

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

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

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

R = 29.87%
G = 37.42%
B = 32.7%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#BEEED0 (or 0xBEEED0) is known color: Aero Blue. HEX triplet: BE, EE and D0. RGB value is (190,238,208). Sum of RGB (Red+Green+Blue) = 190+238+208=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEED0 is #41112F. Grayscale: #DCDCDC. Windows color (decimal): -4264240 or 13692606. OLE color: 13692606.

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

Color convert

RGB 190 238 208 -
CMYK 0.20 0 0.13 0.07
HSL 142.5º 0.59% 0.84% -
HSV(B) 142.5º 0.2% 0.93% -
XYZ 63.19 76.65 71.14 -
YUV 220.23 121.1 106.44 -
System Red Green Blue C M Y K H S L
Decimal 190 238 208 0.20 0 0.13 0.07 142.5 0.59 0.84
Hex BE EE D0 14 0 D 7 8E 3B 54
Octal 276 356 320 24 0 15 7 216 73 124
Binary 10111110 11101110 11010000 10100 0 1101 111 10001110 111011 1010100

Color Harmonies of #BEEED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEED0

Black with #BEEED0

Text Example


Text Example

White with #BEEED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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