#BFFDA5

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

Shades of Madang #BFFDA5

Tints of Madang #BFFDA5

Color information

#BFFDA5 (or 0xBFFDA5) is unknown color: approx Madang. HEX triplet: BF, FD and A5. RGB value is (191,253,165). Sum of RGB (Red+Green+Blue) = 191+253+165=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 253 (99.22% from 255 or 41.54% from 609); Blue value is 165 (64.84% from 255 or 27.09% from 609); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFDA5 is #40025A. Grayscale: #E0E0E0. Windows color (decimal): -4194907 or 10878399. OLE color: 10878399.

HSL color Cylindrical-coordinate representation of color #BFFDA5: hue angle of 102.27º degrees, saturation: 0.96, 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 #BFFDA5 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB191253165-
CMYK0.2500.350.01
HSL102.27º95.65%81.96%-
HSV(B)102.27º34.78%99.22%-
XYZ63.484.0448.48-
YUV224.4394.46104.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.36%
GREEN value IS 253 (99.22% from 255) = 41.54%
BLUE value IS 165 (64.84% from 255) = 27.09%
R=31.36%
G=41.54%
B=27.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912531650.2500.350.01102.2795.6581.96
HexBFFDA5190231666052
Octal277375245310431146140122
Binary1011111111111101101001011100101000111110011011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFDA5; }

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

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

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

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

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

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

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

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