Html Css Color HEX #BEE4D1 Aero Blue

📋 copy color: '#BEE4D1'

red 190 ◦ green 228 ◦ blue 209

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

Shades of Aero Blue #BEE4D1

Tints of Aero Blue #BEE4D1

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.36%

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

R = 30.3%
G = 36.36%
B = 33.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#BEE4D1 (or 0xBEE4D1) is known color: Aero Blue. HEX triplet: BE, E4 and D1. RGB value is (190,228,209). Sum of RGB (Red+Green+Blue) = 190+228+209=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 228 (89.45% from 255 or 36.36% from 627); Blue value is 209 (82.03% from 255 or 33.33% from 627); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE4D1 is #411B2E. Grayscale: #D6D6D6. Windows color (decimal): -4266799 or 13755582. OLE color: 13755582.

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

Color convert

RGB 190 228 209 -
CMYK 0.17 0 0.08 0.11
HSL 150º 0.41% 0.82% -
HSV(B) 150º 0.17% 0.89% -
XYZ 60.49 71.04 70.85 -
YUV 214.47 124.91 110.54 -
System Red Green Blue C M Y K H S L
Decimal 190 228 209 0.17 0 0.08 0.11 150 0.41 0.82
Hex BE E4 D1 11 0 8 B 96 29 52
Octal 276 344 321 21 0 10 13 226 51 122
Binary 10111110 11100100 11010001 10001 0 1000 1011 10010110 101001 1010010

Color Harmonies of #BEE4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE4D1

Black with #BEE4D1

Text Example


Text Example

White with #BEE4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE4D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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