Html Css Color HEX #BCFBA0 Madang

📋 copy color: '#BCFBA0'

red 188 ◦ green 251 ◦ blue 160

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

Shades of Madang #BCFBA0

Tints of Madang #BCFBA0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.9%

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

R = 31.39%
G = 41.9%
B = 26.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#BCFBA0 (or 0xBCFBA0) is known color: Madang. HEX triplet: BC, FB and A0. RGB value is (188,251,160). Sum of RGB (Red+Green+Blue) = 188+251+160=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 251 (98.44% from 255 or 41.90% from 599); Blue value is 160 (62.89% from 255 or 26.71% from 599); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFBA0 is #43045F. Grayscale: #DEDEDE. Windows color (decimal): -4392032 or 10550204. OLE color: 10550204.

HSL color Cylindrical-coordinate representation of color #BCFBA0: hue angle of 101.54º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCFBA0 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 251 160 -
CMYK 0.25 0 0.36 0.02
HSL 101.54º 0.92% 0.81% -
HSV(B) 101.54º 0.36% 0.98% -
XYZ 61.58 82.22 45.88 -
YUV 221.79 93.13 103.9 -
System Red Green Blue C M Y K H S L
Decimal 188 251 160 0.25 0 0.36 0.02 101.54 0.92 0.81
Hex BC FB A0 19 0 24 2 66 5C 51
Octal 274 373 240 31 0 44 2 146 134 121
Binary 10111100 11111011 10100000 11001 0 100100 10 1100110 1011100 1010001

Color Harmonies of #BCFBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFBA0

Black with #BCFBA0

Text Example


Text Example

White with #BCFBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFBA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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