#BCF195

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

Shades of Madang #BCF195

Tints of Madang #BCF195

Color information

#BCF195 (or 0xBCF195) is unknown color: approx Madang. HEX triplet: BC, F1 and 95. RGB value is (188,241,149). Sum of RGB (Red+Green+Blue) = 188+241+149=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF195 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF195 is #430E6A. Grayscale: #D6D6D6. Windows color (decimal): -4394603 or 9826748. OLE color: 9826748.

HSL color Cylindrical-coordinate representation of color #BCF195: hue angle of 94.57º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCF195 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB188241149-
CMYK0.2200.380.05
HSL94.57º76.67%76.47%-
HSV(B)94.57º38.17%94.51%-
XYZ57.6275.7740.02-
YUV214.6690.94108.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.53%
GREEN value IS 241 (94.53% from 255) = 41.70%
BLUE value IS 149 (58.59% from 255) = 25.78%
R=32.53%
G=41.70%
B=25.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882411490.2200.380.0594.5776.6776.47
HexBCF1951602655f4d4c
Octal274361225260465137115114
Binary101111001111000110010101101100100110101101111110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF195; }

 p { color: rgb(188,241,149); }

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

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

 a { background-color: rgb(188,241,149); }

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

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

 span { border-color: rgb(188,241,149); }

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