Html Css Color HEX #BEEFD3 Aero Blue

📋 copy color: '#BEEFD3'

red 190 ◦ green 239 ◦ blue 211

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

Shades of Aero Blue #BEEFD3

Tints of Aero Blue #BEEFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.97%

R = 29.69%
G = 37.34%
B = 32.97%

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

#BEEFD3 (or 0xBEEFD3) is known color: Aero Blue. HEX triplet: BE, EF and D3. RGB value is (190,239,211). Sum of RGB (Red+Green+Blue) = 190+239+211=640 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.69% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 211 (82.81% from 255 or 32.97% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEFD3 is #41102C. Grayscale: #DDDDDD. Windows color (decimal): -4263981 or 13889470. OLE color: 13889470.

HSL color Cylindrical-coordinate representation of color #BEEFD3: hue angle of 145.71º 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 #BEEFD3 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 239 211 -
CMYK 0.21 0 0.12 0.06
HSL 145.71º 0.6% 0.84% -
HSV(B) 145.71º 0.21% 0.94% -
XYZ 63.86 77.38 73.2 -
YUV 221.16 122.27 105.78 -
System Red Green Blue C M Y K H S L
Decimal 190 239 211 0.21 0 0.12 0.06 145.71 0.6 0.84
Hex BE EF D3 15 0 C 6 92 3C 54
Octal 276 357 323 25 0 14 6 222 74 124
Binary 10111110 11101111 11010011 10101 0 1100 110 10010010 111100 1010100

Color Harmonies of #BEEFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEFD3

Black with #BEEFD3

Text Example


Text Example

White with #BEEFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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