#BCF1A4

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

Shades of Madang #BCF1A4

Tints of Madang #BCF1A4

Color information

#BCF1A4 (or 0xBCF1A4) is unknown color: approx Madang. HEX triplet: BC, F1 and A4. RGB value is (188,241,164). Sum of RGB (Red+Green+Blue) = 188+241+164=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 241 (94.53% from 255 or 40.64% from 593); Blue value is 164 (64.45% from 255 or 27.66% from 593); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF1A4 is #430E5B. Grayscale: #D8D8D8. Windows color (decimal): -4394588 or 10809788. OLE color: 10809788.

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

Color convert

RGB188241164-
CMYK0.2200.320.05
HSL101.3º73.33%79.41%-
HSV(B)101.3º31.95%94.51%-
XYZ58.976.2846.74-
YUV216.3798.44107.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.70%
GREEN value IS 241 (94.53% from 255) = 40.64%
BLUE value IS 164 (64.45% from 255) = 27.66%
R=31.70%
G=40.64%
B=27.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882411640.2200.320.05101.373.3379.41
HexBCF1A416020565494f
Octal274361244260405145111117
Binary101111001111000110100100101100100000101110010110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF1A4; }

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

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

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

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

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

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

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

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