Html Css Color HEX #BEFDDA Aero Blue

📋 copy color: '#BEFDDA'

red 190 ◦ green 253 ◦ blue 218

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

Shades of Aero Blue #BEFDDA

Tints of Aero Blue #BEFDDA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.28%

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

R = 28.74%
G = 38.28%
B = 32.98%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#BEFDDA (or 0xBEFDDA) is known color: Aero Blue. HEX triplet: BE, FD and DA. RGB value is (190,253,218). Sum of RGB (Red+Green+Blue) = 190+253+218=661 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.74% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDDA is #410225. Grayscale: #E6E6E6. Windows color (decimal): -4260390 or 14351806. OLE color: 14351806.

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

Color convert

RGB 190 253 218 -
CMYK 0.25 0 0.14 0.01
HSL 146.67º 0.94% 0.87% -
HSV(B) 146.67º 0.25% 0.99% -
XYZ 69.02 86.26 79.34 -
YUV 230.17 121.13 99.35 -
System Red Green Blue C M Y K H S L
Decimal 190 253 218 0.25 0 0.14 0.01 146.67 0.94 0.87
Hex BE FD DA 19 0 E 1 93 5E 57
Octal 276 375 332 31 0 16 1 223 136 127
Binary 10111110 11111101 11011010 11001 0 1110 1 10010011 1011110 1010111

Color Harmonies of #BEFDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFDDA

Black with #BEFDDA

Text Example


Text Example

White with #BEFDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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