#BCF199

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

Shades of Madang #BCF199

Tints of Madang #BCF199

Color information

#BCF199 (or 0xBCF199) is unknown color: approx Madang. HEX triplet: BC, F1 and 99. RGB value is (188,241,153). Sum of RGB (Red+Green+Blue) = 188+241+153=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 241 (94.53% from 255 or 41.41% from 582); Blue value is 153 (60.16% from 255 or 26.29% from 582); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF199 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF199 is #430E66. Grayscale: #D7D7D7. Windows color (decimal): -4394599 or 10088892. OLE color: 10088892.

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

Color convert

RGB188241153-
CMYK0.2200.370.05
HSL96.14º75.86%77.25%-
HSV(B)96.14º36.51%94.51%-
XYZ57.9475.941.73-
YUV215.1292.94108.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.30%
GREEN value IS 241 (94.53% from 255) = 41.41%
BLUE value IS 153 (60.16% from 255) = 26.29%
R=32.30%
G=41.41%
B=26.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882411530.2200.370.0596.1475.8677.25
HexBCF199160255604c4d
Octal274361231260455140114115
Binary101111001111000110011001101100100101101110000010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF199; }

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

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

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

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

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

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

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

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