#BCF9A4

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

Shades of Madang #BCF9A4

Tints of Madang #BCF9A4

Color information

#BCF9A4 (or 0xBCF9A4) is unknown color: approx Madang. HEX triplet: BC, F9 and A4. RGB value is (188,249,164). Sum of RGB (Red+Green+Blue) = 188+249+164=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 249 (97.66% from 255 or 41.43% from 601); Blue value is 164 (64.45% from 255 or 27.29% from 601); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF9A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF9A4 is #43065B. Grayscale: #DDDDDD. Windows color (decimal): -4392540 or 10811836. OLE color: 10811836.

HSL color Cylindrical-coordinate representation of color #BCF9A4: hue angle of 103.06º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCF9A4 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB188249164-
CMYK0.2400.340.02
HSL103.06º87.63%80.98%-
HSV(B)103.06º34.14%97.65%-
XYZ61.3281.1247.55-
YUV221.0795.79104.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.28%
GREEN value IS 249 (97.66% from 255) = 41.43%
BLUE value IS 164 (64.45% from 255) = 27.29%
R=31.28%
G=41.43%
B=27.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882491640.2400.340.02103.0687.6380.98
HexBCF9A4180222675851
Octal274371244300422147130121
Binary10111100111110011010010011000010001010110011110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF9A4; }

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

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

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

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

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

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

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

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