#BCFD97

Color #BCFD97 Madang (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madang #BCFD97

Tints of Madang #BCFD97

Color information

#BCFD97 (or 0xBCFD97) is unknown color: approx Madang. HEX triplet: BC, FD and 97. RGB value is (188,253,151). Sum of RGB (Red+Green+Blue) = 188+253+151=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 253 (99.22% from 255 or 42.74% from 592); Blue value is 151 (59.38% from 255 or 25.51% from 592); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFD97 is #430268. Grayscale: #DEDEDE. Windows color (decimal): -4391529 or 9960892. OLE color: 9960892.

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

Color convert

RGB188253151-
CMYK0.2600.400.01
HSL98.24º96.23%79.22%-
HSV(B)98.24º40.32%99.22%-
XYZ61.4583.1842.09-
YUV221.9487.97103.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.76%
GREEN value IS 253 (99.22% from 255) = 42.74%
BLUE value IS 151 (59.38% from 255) = 25.51%
R=31.76%
G=42.74%
B=25.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882531510.2600.400.0198.2496.2379.22
HexBCFD971A028162604f
Octal274375227320501142140117
Binary1011110011111101100101111101001010001110001011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFD97; }

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

 H1.HeaderClassName
 {
   color: #BCFD97;
 }
 .AnyTagClassName
 {
   color: #BCFD97;
 }
</style>
background-color css

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

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

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

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

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

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