Html Css Color HEX #BEE8D1 Aero Blue

📋 copy color: '#BEE8D1'

red 190 ◦ green 232 ◦ blue 209

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

Shades of Aero Blue #BEE8D1

Tints of Aero Blue #BEE8D1

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.77%

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

R = 30.11%
G = 36.77%
B = 33.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#BEE8D1 (or 0xBEE8D1) is known color: Aero Blue. HEX triplet: BE, E8 and D1. RGB value is (190,232,209). Sum of RGB (Red+Green+Blue) = 190+232+209=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 232 (91.02% from 255 or 36.77% from 631); Blue value is 209 (82.03% from 255 or 33.12% from 631); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE8D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE8D1 is #41172E. Grayscale: #D8D8D8. Windows color (decimal): -4265775 or 13756606. OLE color: 13756606.

HSL color Cylindrical-coordinate representation of color #BEE8D1: hue angle of 147.14º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEE8D1 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 232 209 -
CMYK 0.18 0 0.10 0.09
HSL 147.14º 0.48% 0.83% -
HSV(B) 147.14º 0.18% 0.91% -
XYZ 61.6 73.26 71.22 -
YUV 216.82 123.59 108.87 -
System Red Green Blue C M Y K H S L
Decimal 190 232 209 0.18 0 0.10 0.09 147.14 0.48 0.83
Hex BE E8 D1 12 0 A 9 93 30 53
Octal 276 350 321 22 0 12 11 223 60 123
Binary 10111110 11101000 11010001 10010 0 1010 1001 10010011 110000 1010011

Color Harmonies of #BEE8D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE8D1

Black with #BEE8D1

Text Example


Text Example

White with #BEE8D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE8D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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