Html Css Color HEX #BCFD96 Madang

📋 copy color: '#BCFD96'

red 188 ◦ green 253 ◦ blue 150

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

Shades of Madang #BCFD96

Tints of Madang #BCFD96

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.81%

 BLUE value IS 150 (58.98% from 255) = 25.38%

R = 31.81%
G = 42.81%
B = 25.38%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#BCFD96 (or 0xBCFD96) is known color: Madang. HEX triplet: BC, FD and 96. RGB value is (188,253,150). Sum of RGB (Red+Green+Blue) = 188+253+150=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 253 (99.22% from 255 or 42.81% from 591); Blue value is 150 (58.98% from 255 or 25.38% from 591); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFD96 is #430269. Grayscale: #DEDEDE. Windows color (decimal): -4391530 or 9895356. OLE color: 9895356.

HSL color Cylindrical-coordinate representation of color #BCFD96: hue angle of 97.86º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCFD96 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 253 150 -
CMYK 0.26 0 0.41 0.01
HSL 97.86º 0.96% 0.79% -
HSV(B) 97.86º 0.41% 0.99% -
XYZ 61.37 83.14 41.67 -
YUV 221.82 87.47 103.88 -
System Red Green Blue C M Y K H S L
Decimal 188 253 150 0.26 0 0.41 0.01 97.86 0.96 0.79
Hex BC FD 96 1A 0 29 1 62 60 4F
Octal 274 375 226 32 0 51 1 142 140 117
Binary 10111100 11111101 10010110 11010 0 101001 1 1100010 1100000 1001111

Color Harmonies of #BCFD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD96

Black with #BCFD96

Text Example


Text Example

White with #BCFD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD96; }

 p { color: rgb(188,253,150); }

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

background-color css

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

 a { background-color: rgb(188,253,150); }

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

border-color css

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

 span { border-color: rgb(188,253,150); }

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