Html Css Color HEX #BEE2D5 Aero Blue

📋 copy color: '#BEE2D5'

red 190 ◦ green 226 ◦ blue 213

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

Shades of Aero Blue #BEE2D5

Tints of Aero Blue #BEE2D5

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.93%

 BLUE value IS 213 (83.59% from 255) = 33.86%

R = 30.21%
G = 35.93%
B = 33.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#BEE2D5 (or 0xBEE2D5) is known color: Aero Blue. HEX triplet: BE, E2 and D5. RGB value is (190,226,213). Sum of RGB (Red+Green+Blue) = 190+226+213=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 226 (88.67% from 255 or 35.93% from 629); Blue value is 213 (83.59% from 255 or 33.86% from 629); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE2D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE2D5 is #411D2A. Grayscale: #D5D5D5. Windows color (decimal): -4267307 or 14017214. OLE color: 14017214.

HSL color Cylindrical-coordinate representation of color #BEE2D5: hue angle of 158.33º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE2D5 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 226 213 -
CMYK 0.16 0 0.06 0.11
HSL 158.33º 0.38% 0.82% -
HSV(B) 158.33º 0.16% 0.89% -
XYZ 60.44 70.14 73.3 -
YUV 213.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 190 226 213 0.16 0 0.06 0.11 158.33 0.38 0.82
Hex BE E2 D5 10 0 6 B 9E 26 52
Octal 276 342 325 20 0 6 13 236 46 122
Binary 10111110 11100010 11010101 10000 0 110 1011 10011110 100110 1010010

Color Harmonies of #BEE2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE2D5

Black with #BEE2D5

Text Example


Text Example

White with #BEE2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE2D5; }

 p { color: rgb(190,226,213); }

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

background-color css

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

 a { background-color: rgb(190,226,213); }

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

border-color css

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

 span { border-color: rgb(190,226,213); }

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