Html Css Color HEX #BEE3D5 Aero Blue

📋 copy color: '#BEE3D5'

red 190 ◦ green 227 ◦ blue 213

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

Shades of Aero Blue #BEE3D5

Tints of Aero Blue #BEE3D5

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.03%

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

R = 30.16%
G = 36.03%
B = 33.81%

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

#BEE3D5 (or 0xBEE3D5) is known color: Aero Blue. HEX triplet: BE, E3 and D5. RGB value is (190,227,213). Sum of RGB (Red+Green+Blue) = 190+227+213=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 227 (89.06% from 255 or 36.03% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE3D5 is #411C2A. Grayscale: #D6D6D6. Windows color (decimal): -4267051 or 14017470. OLE color: 14017470.

HSL color Cylindrical-coordinate representation of color #BEE3D5: hue angle of 157.3º degrees, saturation: 0.4, 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 #BEE3D5 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 227 213 -
CMYK 0.16 0 0.06 0.11
HSL 157.3º 0.4% 0.82% -
HSV(B) 157.3º 0.16% 0.89% -
XYZ 60.71 70.69 73.4 -
YUV 214.34 127.24 110.64 -
System Red Green Blue C M Y K H S L
Decimal 190 227 213 0.16 0 0.06 0.11 157.3 0.4 0.82
Hex BE E3 D5 10 0 6 B 9D 28 52
Octal 276 343 325 20 0 6 13 235 50 122
Binary 10111110 11100011 11010101 10000 0 110 1011 10011101 101000 1010010

Color Harmonies of #BEE3D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE3D5

Black with #BEE3D5

Text Example


Text Example

White with #BEE3D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE3D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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