Html Css Color HEX #BCFFA4 Madang

📋 copy color: '#BCFFA4'

red 188 ◦ green 255 ◦ blue 164

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

Shades of Madang #BCFFA4

Tints of Madang #BCFFA4

RGB

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

 GREEN value IS 255 (100% from 255) = 42.01%

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

R = 30.97%
G = 42.01%
B = 27.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#BCFFA4 (or 0xBCFFA4) is known color: Madang. HEX triplet: BC, FF and A4. RGB value is (188,255,164). Sum of RGB (Red+Green+Blue) = 188+255+164=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 164 (64.45% from 255 or 27.02% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFFA4 is #43005B. Grayscale: #E0E0E0. Windows color (decimal): -4391004 or 10813372. OLE color: 10813372.

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

Color convert

RGB 188 255 164 -
CMYK 0.26 0 0.36 0
HSL 104.18º 1% 0.82% -
HSV(B) 104.18º 0.36% 1% -
XYZ 63.2 84.89 48.18 -
YUV 224.59 93.8 101.9 -
System Red Green Blue C M Y K H S L
Decimal 188 255 164 0.26 0 0.36 0 104.18 1 0.82
Hex BC FF A4 1A 0 24 0 68 64 52
Octal 274 377 244 32 0 44 0 150 144 122
Binary 10111100 11111111 10100100 11010 0 100100 0 1101000 1100100 1010010

Color Harmonies of #BCFFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFFA4

Black with #BCFFA4

Text Example


Text Example

White with #BCFFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFFA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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