Html Css Color HEX #BEEFD2 Aero Blue

📋 copy color: '#BEEFD2'

red 190 ◦ green 239 ◦ blue 210

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

Shades of Aero Blue #BEEFD2

Tints of Aero Blue #BEEFD2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.4%

 BLUE value IS 210 (82.42% from 255) = 32.86%

R = 29.73%
G = 37.4%
B = 32.86%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#BEEFD2 (or 0xBEEFD2) is known color: Aero Blue. HEX triplet: BE, EF and D2. RGB value is (190,239,210). Sum of RGB (Red+Green+Blue) = 190+239+210=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 210 (82.42% from 255 or 32.86% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEFD2 is #41102D. Grayscale: #DDDDDD. Windows color (decimal): -4263982 or 13823934. OLE color: 13823934.

HSL color Cylindrical-coordinate representation of color #BEEFD2: hue angle of 144.49º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEEFD2 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 239 210 -
CMYK 0.21 0 0.12 0.06
HSL 144.49º 0.6% 0.84% -
HSV(B) 144.49º 0.21% 0.94% -
XYZ 63.73 77.33 72.54 -
YUV 221.04 121.77 105.86 -
System Red Green Blue C M Y K H S L
Decimal 190 239 210 0.21 0 0.12 0.06 144.49 0.6 0.84
Hex BE EF D2 15 0 C 6 90 3C 54
Octal 276 357 322 25 0 14 6 220 74 124
Binary 10111110 11101111 11010010 10101 0 1100 110 10010000 111100 1010100

Color Harmonies of #BEEFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEFD2

Black with #BEEFD2

Text Example


Text Example

White with #BEEFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEFD2; }

 p { color: rgb(190,239,210); }

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

background-color css

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

 a { background-color: rgb(190,239,210); }

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

border-color css

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

 span { border-color: rgb(190,239,210); }

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