#BFDFA8

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

Shades of Madang #BFDFA8

Tints of Madang #BFDFA8

Color information

#BFDFA8 (or 0xBFDFA8) is unknown color: approx Madang. HEX triplet: BF, DF and A8. RGB value is (191,223,168). Sum of RGB (Red+Green+Blue) = 191+223+168=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 168 (66.02% from 255 or 28.87% from 582); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDFA8 is #402057. Grayscale: #CFCFCF. Windows color (decimal): -4202584 or 11067327. OLE color: 11067327.

HSL color Cylindrical-coordinate representation of color #BFDFA8: hue angle of 94.91º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFDFA8 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB191223168-
CMYK0.1400.250.13
HSL94.91º46.22%76.67%-
HSV(B)94.91º24.66%87.45%-
XYZ54.9466.6847.02-
YUV207.16105.9116.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.82%
GREEN value IS 223 (87.5% from 255) = 38.32%
BLUE value IS 168 (66.02% from 255) = 28.87%
R=32.82%
G=38.32%
B=28.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912231680.1400.250.1394.9146.2276.67
HexBFDFA8E019D5f2e4d
Octal277337250160311513756115
Binary1011111111011111101010001110011001110110111111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFA8; }

 p { color: rgb(191,223,168); }

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

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

 a { background-color: rgb(191,223,168); }

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

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

 span { border-color: rgb(191,223,168); }

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