Html Css Color HEX #BEFFDD Aero Blue

📋 copy color: '#BEFFDD'

red 190 ◦ green 255 ◦ blue 221

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

Shades of Aero Blue #BEFFDD

Tints of Aero Blue #BEFFDD

RGB

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

 GREEN value IS 255 (100% from 255) = 38.29%

 BLUE value IS 221 (86.72% from 255) = 33.18%

R = 28.53%
G = 38.29%
B = 33.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#BEFFDD (or 0xBEFFDD) is known color: Aero Blue. HEX triplet: BE, FF and DD. RGB value is (190,255,221). Sum of RGB (Red+Green+Blue) = 190+255+221=666 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.53% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFDD is #410022. Grayscale: #E7E7E7. Windows color (decimal): -4259875 or 14548926. OLE color: 14548926.

HSL color Cylindrical-coordinate representation of color #BEFFDD: hue angle of 148.62º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFFDD is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 190 255 221 -
CMYK 0.25 0 0.13 0
HSL 148.62º 1% 0.87% -
HSV(B) 148.62º 0.25% 1% -
XYZ 70.05 87.69 81.64 -
YUV 231.69 121.97 98.26 -
System Red Green Blue C M Y K H S L
Decimal 190 255 221 0.25 0 0.13 0 148.62 1 0.87
Hex BE FF DD 19 0 D 0 95 64 57
Octal 276 377 335 31 0 15 0 225 144 127
Binary 10111110 11111111 11011101 11001 0 1101 0 10010101 1100100 1010111

Color Harmonies of #BEFFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFFDD

Black with #BEFFDD

Text Example


Text Example

White with #BEFFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFFDD; }

 p { color: rgb(190,255,221); }

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

background-color css

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

 a { background-color: rgb(190,255,221); }

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

border-color css

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

 span { border-color: rgb(190,255,221); }

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