Html Css Color HEX #BCFED4 Aero Blue

📋 copy color: '#BCFED4'

red 188 ◦ green 254 ◦ blue 212

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

Shades of Aero Blue #BCFED4

Tints of Aero Blue #BCFED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 32.42%

R = 28.75%
G = 38.84%
B = 32.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#BCFED4 (or 0xBCFED4) is known color: Aero Blue. HEX triplet: BC, FE and D4. RGB value is (188,254,212). Sum of RGB (Red+Green+Blue) = 188+254+212=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 212 (83.20% from 255 or 32.42% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFED4 is #43012B. Grayscale: #E5E5E5. Windows color (decimal): -4391212 or 13958844. OLE color: 13958844.

HSL color Cylindrical-coordinate representation of color #BCFED4: hue angle of 141.82º 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 #BCFED4 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 254 212 -
CMYK 0.26 0 0.17 0.00
HSL 141.82º 0.97% 0.87% -
HSV(B) 141.82º 0.26% 1% -
XYZ 68.06 86.33 75.36 -
YUV 229.48 118.13 98.42 -
System Red Green Blue C M Y K H S L
Decimal 188 254 212 0.26 0 0.17 0.00 141.82 0.97 0.87
Hex BC FE D4 1A 0 11 0 8E 61 57
Octal 274 376 324 32 0 21 0 216 141 127
Binary 10111100 11111110 11010100 11010 0 10001 0 10001110 1100001 1010111

Color Harmonies of #BCFED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFED4

Black with #BCFED4

Text Example


Text Example

White with #BCFED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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