Html Css Color HEX #BCFEA4 Madang

📋 copy color: '#BCFEA4'

red 188 ◦ green 254 ◦ blue 164

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

Shades of Madang #BCFEA4

Tints of Madang #BCFEA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.06%

R = 31.02%
G = 41.91%
B = 27.06%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#BCFEA4 (or 0xBCFEA4) is known color: Madang. HEX triplet: BC, FE and A4. RGB value is (188,254,164). Sum of RGB (Red+Green+Blue) = 188+254+164=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 164 (64.45% from 255 or 27.06% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFEA4 is #43015B. Grayscale: #E0E0E0. Windows color (decimal): -4391260 or 10813116. OLE color: 10813116.

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

Color convert

RGB 188 254 164 -
CMYK 0.26 0 0.35 0.00
HSL 104º 0.98% 0.82% -
HSV(B) 104º 0.35% 1% -
XYZ 62.88 84.26 48.07 -
YUV 224.01 94.13 102.32 -
System Red Green Blue C M Y K H S L
Decimal 188 254 164 0.26 0 0.35 0.00 104 0.98 0.82
Hex BC FE A4 1A 0 23 0 68 62 52
Octal 274 376 244 32 0 43 0 150 142 122
Binary 10111100 11111110 10100100 11010 0 100011 0 1101000 1100010 1010010

Color Harmonies of #BCFEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFEA4

Black with #BCFEA4

Text Example


Text Example

White with #BCFEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFEA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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