Html Css Color HEX #BEFDDC Aero Blue

📋 copy color: '#BEFDDC'

red 190 ◦ green 253 ◦ blue 220

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

Shades of Aero Blue #BEFDDC

Tints of Aero Blue #BEFDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.18%

R = 28.66%
G = 38.16%
B = 33.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#BEFDDC (or 0xBEFDDC) is known color: Aero Blue. HEX triplet: BE, FD and DC. RGB value is (190,253,220). Sum of RGB (Red+Green+Blue) = 190+253+220=663 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.66% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDDC is #410223. Grayscale: #E6E6E6. Windows color (decimal): -4260388 or 14482878. OLE color: 14482878.

HSL color Cylindrical-coordinate representation of color #BEFDDC: hue angle of 148.57º 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 #BEFDDC is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 253 220 -
CMYK 0.25 0 0.13 0.01
HSL 148.57º 0.94% 0.87% -
HSV(B) 148.57º 0.25% 0.99% -
XYZ 69.28 86.37 80.73 -
YUV 230.4 122.13 99.18 -
System Red Green Blue C M Y K H S L
Decimal 190 253 220 0.25 0 0.13 0.01 148.57 0.94 0.87
Hex BE FD DC 19 0 D 1 95 5E 57
Octal 276 375 334 31 0 15 1 225 136 127
Binary 10111110 11111101 11011100 11001 0 1101 1 10010101 1011110 1010111

Color Harmonies of #BEFDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFDDC

Black with #BEFDDC

Text Example


Text Example

White with #BEFDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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