Html Css Color HEX #BCFEDA Aero Blue

📋 copy color: '#BCFEDA'

red 188 ◦ green 254 ◦ blue 218

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

Shades of Aero Blue #BCFEDA

Tints of Aero Blue #BCFEDA

RGB

 RED value IS 188 (73.83% from 255) = 28.48%

 GREEN value IS 254 (99.61% from 255) = 38.48%

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

R = 28.48%
G = 38.48%
B = 33.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#BCFEDA (or 0xBCFEDA) is known color: Aero Blue. HEX triplet: BC, FE and DA. RGB value is (188,254,218). Sum of RGB (Red+Green+Blue) = 188+254+218=660 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.48% from 660); Green value is 254 (99.61% from 255 or 38.48% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFEDA is #430125. Grayscale: #E6E6E6. Windows color (decimal): -4391206 or 14352060. OLE color: 14352060.

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

Color convert

RGB 188 254 218 -
CMYK 0.26 0 0.14 0.00
HSL 147.27º 0.97% 0.87% -
HSV(B) 147.27º 0.26% 1% -
XYZ 68.84 86.64 79.42 -
YUV 230.16 121.13 97.93 -
System Red Green Blue C M Y K H S L
Decimal 188 254 218 0.26 0 0.14 0.00 147.27 0.97 0.87
Hex BC FE DA 1A 0 E 0 93 61 57
Octal 274 376 332 32 0 16 0 223 141 127
Binary 10111100 11111110 11011010 11010 0 1110 0 10010011 1100001 1010111

Color Harmonies of #BCFEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFEDA

Black with #BCFEDA

Text Example


Text Example

White with #BCFEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFEDA; }

 p { color: rgb(188,254,218); }

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

background-color css

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

 a { background-color: rgb(188,254,218); }

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

border-color css

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

 span { border-color: rgb(188,254,218); }

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