#BCF6AA

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

Shades of Madang #BCF6AA

Tints of Madang #BCF6AA

Color information

#BCF6AA (or 0xBCF6AA) is unknown color: approx Madang. HEX triplet: BC, F6 and AA. RGB value is (188,246,170). Sum of RGB (Red+Green+Blue) = 188+246+170=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 246 (96.48% from 255 or 40.73% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF6AA is #430955. Grayscale: #DCDCDC. Windows color (decimal): -4393302 or 11204284. OLE color: 11204284.

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

Color convert

RGB188246170-
CMYK0.2400.310.04
HSL105.79º80.85%81.57%-
HSV(B)105.79º30.89%96.47%-
XYZ60.9579.5150.16-
YUV219.9999.78105.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.13%
GREEN value IS 246 (96.48% from 255) = 40.73%
BLUE value IS 170 (66.80% from 255) = 28.15%
R=31.13%
G=40.73%
B=28.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882461700.2400.310.04105.7980.8581.57
HexBCF6AA1801F46a5152
Octal274366252300374152121122
Binary10111100111101101010101011000011111100110101010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF6AA; }

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

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

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

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

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

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

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

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