#BCF6A5

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

Shades of Madang #BCF6A5

Tints of Madang #BCF6A5

Color information

#BCF6A5 (or 0xBCF6A5) is unknown color: approx Madang. HEX triplet: BC, F6 and A5. RGB value is (188,246,165). Sum of RGB (Red+Green+Blue) = 188+246+165=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 246 (96.48% from 255 or 41.07% from 599); Blue value is 165 (64.84% from 255 or 27.55% from 599); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF6A5 is #43095A. Grayscale: #DBDBDB. Windows color (decimal): -4393307 or 10876604. OLE color: 10876604.

HSL color Cylindrical-coordinate representation of color #BCF6A5: hue angle of 102.96º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCF6A5 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB188246165-
CMYK0.2400.330.04
HSL102.96º81.82%80.59%-
HSV(B)102.96º32.93%96.47%-
XYZ60.4979.3247.72-
YUV219.4297.28105.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.39%
GREEN value IS 246 (96.48% from 255) = 41.07%
BLUE value IS 165 (64.84% from 255) = 27.55%
R=31.39%
G=41.07%
B=27.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882461650.2400.330.04102.9681.8280.59
HexBCF6A5180214675251
Octal274366245300414147122121
Binary101111001111011010100101110000100001100110011110100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF6A5; }

 p { color: rgb(188,246,165); }

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

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

 a { background-color: rgb(188,246,165); }

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

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

 span { border-color: rgb(188,246,165); }

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