#BCFAAA

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

Shades of Madang #BCFAAA

Tints of Madang #BCFAAA

Color information

#BCFAAA (or 0xBCFAAA) is unknown color: approx Madang. HEX triplet: BC, FA and AA. RGB value is (188,250,170). Sum of RGB (Red+Green+Blue) = 188+250+170=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFAAA is #430555. Grayscale: #DEDEDE. Windows color (decimal): -4392278 or 11205308. OLE color: 11205308.

HSL color Cylindrical-coordinate representation of color #BCFAAA: hue angle of 106.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCFAAA is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB188250170-
CMYK0.2500.320.02
HSL106.5º88.89%82.35%-
HSV(B)106.5º32%98.04%-
XYZ62.1881.9650.57-
YUV222.3498.46103.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.92%
GREEN value IS 250 (98.05% from 255) = 41.12%
BLUE value IS 170 (66.80% from 255) = 27.96%
R=30.92%
G=41.12%
B=27.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882501700.2500.320.02106.588.8982.35
HexBCFAAA1902026a5952
Octal274372252310402152131122
Binary10111100111110101010101011001010000010110101010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFAAA; }

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

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

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

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

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

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

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

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