#BCF996

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

Shades of Madang #BCF996

Tints of Madang #BCF996

Color information

#BCF996 (or 0xBCF996) is unknown color: approx Madang. HEX triplet: BC, F9 and 96. RGB value is (188,249,150). Sum of RGB (Red+Green+Blue) = 188+249+150=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 249 (97.66% from 255 or 42.42% from 587); Blue value is 150 (58.98% from 255 or 25.55% from 587); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF996 is #430669. Grayscale: #DBDBDB. Windows color (decimal): -4392554 or 9894332. OLE color: 9894332.

HSL color Cylindrical-coordinate representation of color #BCF996: hue angle of 96.97º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCF996 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB188249150-
CMYK0.2400.400.02
HSL96.97º89.19%78.24%-
HSV(B)96.97º39.76%97.65%-
XYZ60.1280.6441.25-
YUV219.4788.79105.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 249 (97.66% from 255) = 42.42%
BLUE value IS 150 (58.98% from 255) = 25.55%
R=32.03%
G=42.42%
B=25.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882491500.2400.400.0296.9789.1978.24
HexBCF99618028261594e
Octal274371226300502141131116
Binary10111100111110011001011011000010100010110000110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF996; }

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

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

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

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

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

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

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

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