#BFFCA3

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

Shades of Madang #BFFCA3

Tints of Madang #BFFCA3

Color information

#BFFCA3 (or 0xBFFCA3) is unknown color: approx Madang. HEX triplet: BF, FC and A3. RGB value is (191,252,163). Sum of RGB (Red+Green+Blue) = 191+252+163=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 163 (64.06% from 255 or 26.90% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFCA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFCA3 is #40035C. Grayscale: #DFDFDF. Windows color (decimal): -4195165 or 10747071. OLE color: 10747071.

HSL color Cylindrical-coordinate representation of color #BFFCA3: hue angle of 101.12º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFFCA3 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB191252163-
CMYK0.2400.350.01
HSL101.12º93.68%81.37%-
HSV(B)101.12º35.32%98.82%-
XYZ62.9183.3447.42-
YUV223.6193.79104.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.52%
GREEN value IS 252 (98.83% from 255) = 41.58%
BLUE value IS 163 (64.06% from 255) = 26.90%
R=31.52%
G=41.58%
B=26.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912521630.2400.350.01101.1293.6881.37
HexBFFCA3180231655e51
Octal277374243300431145136121
Binary1011111111111100101000111100001000111110010110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFCA3; }

 p { color: rgb(191,252,163); }

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

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

 a { background-color: rgb(191,252,163); }

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

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

 span { border-color: rgb(191,252,163); }

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