Html Css Color HEX #BEFCDC Aero Blue

📋 copy color: '#BEFCDC'

red 190 ◦ green 252 ◦ blue 220

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

Shades of Aero Blue #BEFCDC

Tints of Aero Blue #BEFCDC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.07%

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

R = 28.7%
G = 38.07%
B = 33.23%

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

#BEFCDC (or 0xBEFCDC) is known color: Aero Blue. HEX triplet: BE, FC and DC. RGB value is (190,252,220). Sum of RGB (Red+Green+Blue) = 190+252+220=662 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.70% from 662); Green value is 252 (98.83% from 255 or 38.07% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFCDC is #410323. Grayscale: #E5E5E5. Windows color (decimal): -4260644 or 14482622. OLE color: 14482622.

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

Color convert

RGB 190 252 220 -
CMYK 0.25 0 0.13 0.01
HSL 149.03º 0.91% 0.87% -
HSV(B) 149.03º 0.25% 0.99% -
XYZ 68.96 85.74 80.62 -
YUV 229.81 122.46 99.6 -
System Red Green Blue C M Y K H S L
Decimal 190 252 220 0.25 0 0.13 0.01 149.03 0.91 0.87
Hex BE FC DC 19 0 D 1 95 5B 57
Octal 276 374 334 31 0 15 1 225 133 127
Binary 10111110 11111100 11011100 11001 0 1101 1 10010101 1011011 1010111

Color Harmonies of #BEFCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFCDC

Black with #BEFCDC

Text Example


Text Example

White with #BEFCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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