#BFFCA5

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

Shades of Madang #BFFCA5

Tints of Madang #BFFCA5

Color information

#BFFCA5 (or 0xBFFCA5) is unknown color: approx Madang. HEX triplet: BF, FC and A5. RGB value is (191,252,165). Sum of RGB (Red+Green+Blue) = 191+252+165=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 252 (98.83% from 255 or 41.45% from 608); Blue value is 165 (64.84% from 255 or 27.14% from 608); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFCA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFCA5 is #40035A. Grayscale: #E0E0E0. Windows color (decimal): -4195163 or 10878143. OLE color: 10878143.

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

Color convert

RGB191252165-
CMYK0.2400.350.01
HSL102.07º93.55%81.76%-
HSV(B)102.07º34.52%98.82%-
XYZ63.0983.4148.37-
YUV223.8494.79104.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.41%
GREEN value IS 252 (98.83% from 255) = 41.45%
BLUE value IS 165 (64.84% from 255) = 27.14%
R=31.41%
G=41.45%
B=27.14%

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
Decimal1912521650.2400.350.01102.0793.5581.76
HexBFFCA5180231665e52
Octal277374245300431146136122
Binary1011111111111100101001011100001000111110011010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFCA5; }

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

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

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

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

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

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

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

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