#BFDDAB

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

Shades of Madang #BFDDAB

Tints of Madang #BFDDAB

Color information

#BFDDAB (or 0xBFDDAB) is unknown color: approx Madang. HEX triplet: BF, DD and AB. RGB value is (191,221,171). Sum of RGB (Red+Green+Blue) = 191+221+171=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDDAB is #402254. Grayscale: #CECECE. Windows color (decimal): -4203093 or 11263423. OLE color: 11263423.

HSL color Cylindrical-coordinate representation of color #BFDDAB: hue angle of 96º degrees, saturation: 0.42, 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 #BFDDAB is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB191221171-
CMYK0.1400.230.13
HSL96º42.37%76.86%-
HSV(B)96º22.62%86.67%-
XYZ54.6965.7348.33-
YUV206.33108.06117.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.76%
GREEN value IS 221 (86.72% from 255) = 37.91%
BLUE value IS 171 (67.19% from 255) = 29.33%
R=32.76%
G=37.91%
B=29.33%

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
Decimal1912211710.1400.230.139642.3776.86
HexBFDDABE017D602a4d
Octal277335253160271514052115
Binary1011111111011101101010111110010111110111000001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDDAB; }

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

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

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

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

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

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

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

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