#BFFCA0

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

Shades of Madang #BFFCA0

Tints of Madang #BFFCA0

Color information

#BFFCA0 (or 0xBFFCA0) is unknown color: approx Madang. HEX triplet: BF, FC and A0. RGB value is (191,252,160). Sum of RGB (Red+Green+Blue) = 191+252+160=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 252 (98.83% from 255 or 41.79% from 603); Blue value is 160 (62.89% from 255 or 26.53% from 603); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFCA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFCA0 is #40035F. Grayscale: #DFDFDF. Windows color (decimal): -4195168 or 10550463. OLE color: 10550463.

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

Color convert

RGB191252160-
CMYK0.2400.370.01
HSL99.78º93.88%80.78%-
HSV(B)99.78º36.51%98.82%-
XYZ62.6483.2446.02-
YUV223.2792.29104.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.67%
GREEN value IS 252 (98.83% from 255) = 41.79%
BLUE value IS 160 (62.89% from 255) = 26.53%
R=31.67%
G=41.79%
B=26.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912521600.2400.370.0199.7893.8880.78
HexBFFCA0180251645e51
Octal277374240300451144136121
Binary1011111111111100101000001100001001011110010010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFCA0; }

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

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

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

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

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

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

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

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