#BFDFAB

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

Shades of Madang #BFDFAB

Tints of Madang #BFDFAB

Color information

#BFDFAB (or 0xBFDFAB) is unknown color: approx Madang. HEX triplet: BF, DF and AB. RGB value is (191,223,171). Sum of RGB (Red+Green+Blue) = 191+223+171=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDFAB is #402054. Grayscale: #CFCFCF. Windows color (decimal): -4202581 or 11263935. OLE color: 11263935.

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

Color convert

RGB191223171-
CMYK0.1400.230.13
HSL96.92º44.83%77.25%-
HSV(B)96.92º23.32%87.45%-
XYZ55.2266.7948.51-
YUV207.5107.4116.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.65%
GREEN value IS 223 (87.5% from 255) = 38.12%
BLUE value IS 171 (67.19% from 255) = 29.23%
R=32.65%
G=38.12%
B=29.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912231710.1400.230.1396.9244.8377.25
HexBFDFABE017D612d4d
Octal277337253160271514155115
Binary1011111111011111101010111110010111110111000011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFAB; }

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

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

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

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

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

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

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

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