Html Css Color HEX #BCFFA0 Madang

📋 copy color: '#BCFFA0'

red 188 ◦ green 255 ◦ blue 160

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

Shades of Madang #BCFFA0

Tints of Madang #BCFFA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 26.53%

R = 31.18%
G = 42.29%
B = 26.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#BCFFA0 (or 0xBCFFA0) is known color: Madang. HEX triplet: BC, FF and A0. RGB value is (188,255,160). Sum of RGB (Red+Green+Blue) = 188+255+160=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 160 (62.89% from 255 or 26.53% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFFA0 is #43005F. Grayscale: #E0E0E0. Windows color (decimal): -4391008 or 10551228. OLE color: 10551228.

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

Color convert

RGB 188 255 160 -
CMYK 0.26 0 0.37 0
HSL 102.32º 1% 0.81% -
HSV(B) 102.32º 0.37% 1% -
XYZ 62.84 84.75 46.3 -
YUV 224.14 91.8 102.22 -
System Red Green Blue C M Y K H S L
Decimal 188 255 160 0.26 0 0.37 0 102.32 1 0.81
Hex BC FF A0 1A 0 25 0 66 64 51
Octal 274 377 240 32 0 45 0 146 144 121
Binary 10111100 11111111 10100000 11010 0 100101 0 1100110 1100100 1010001

Color Harmonies of #BCFFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFFA0

Black with #BCFFA0

Text Example


Text Example

White with #BCFFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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