Html Css Color HEX #BEF1DA Aero Blue

📋 copy color: '#BEF1DA'

red 190 ◦ green 241 ◦ blue 218

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

Shades of Aero Blue #BEF1DA

Tints of Aero Blue #BEF1DA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.13%

 BLUE value IS 218 (85.55% from 255) = 33.59%

R = 29.28%
G = 37.13%
B = 33.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#BEF1DA (or 0xBEF1DA) is known color: Aero Blue. HEX triplet: BE, F1 and DA. RGB value is (190,241,218). Sum of RGB (Red+Green+Blue) = 190+241+218=649 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.28% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF1DA is #410E25. Grayscale: #DFDFDF. Windows color (decimal): -4263462 or 14348734. OLE color: 14348734.

HSL color Cylindrical-coordinate representation of color #BEF1DA: hue angle of 152.94º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF1DA is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 241 218 -
CMYK 0.21 0 0.10 0.05
HSL 152.94º 0.65% 0.85% -
HSV(B) 152.94º 0.21% 0.95% -
XYZ 65.35 78.92 78.12 -
YUV 223.13 125.1 104.37 -
System Red Green Blue C M Y K H S L
Decimal 190 241 218 0.21 0 0.10 0.05 152.94 0.65 0.85
Hex BE F1 DA 15 0 A 5 99 41 55
Octal 276 361 332 25 0 12 5 231 101 125
Binary 10111110 11110001 11011010 10101 0 1010 101 10011001 1000001 1010101

Color Harmonies of #BEF1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF1DA

Black with #BEF1DA

Text Example


Text Example

White with #BEF1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF1DA; }

 p { color: rgb(190,241,218); }

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

background-color css

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

 a { background-color: rgb(190,241,218); }

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

border-color css

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

 span { border-color: rgb(190,241,218); }

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