Html Css Color HEX #BEFBDA Aero Blue

📋 copy color: '#BEFBDA'

red 190 ◦ green 251 ◦ blue 218

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

Shades of Aero Blue #BEFBDA

Tints of Aero Blue #BEFBDA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.09%

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

R = 28.83%
G = 38.09%
B = 33.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#BEFBDA (or 0xBEFBDA) is known color: Aero Blue. HEX triplet: BE, FB and DA. RGB value is (190,251,218). Sum of RGB (Red+Green+Blue) = 190+251+218=659 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.83% from 659); Green value is 251 (98.44% from 255 or 38.09% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFBDA is #410425. Grayscale: #E5E5E5. Windows color (decimal): -4260902 or 14351294. OLE color: 14351294.

HSL color Cylindrical-coordinate representation of color #BEFBDA: hue angle of 147.54º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEFBDA is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 251 218 -
CMYK 0.24 0 0.13 0.02
HSL 147.54º 0.88% 0.86% -
HSV(B) 147.54º 0.24% 0.98% -
XYZ 68.39 85 79.13 -
YUV 229 121.79 100.18 -
System Red Green Blue C M Y K H S L
Decimal 190 251 218 0.24 0 0.13 0.02 147.54 0.88 0.86
Hex BE FB DA 18 0 D 2 94 58 56
Octal 276 373 332 30 0 15 2 224 130 126
Binary 10111110 11111011 11011010 11000 0 1101 10 10010100 1011000 1010110

Color Harmonies of #BEFBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFBDA

Black with #BEFBDA

Text Example


Text Example

White with #BEFBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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