#BFDFAA

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

Shades of Madang #BFDFAA

Tints of Madang #BFDFAA

Color information

#BFDFAA (or 0xBFDFAA) is unknown color: approx Madang. HEX triplet: BF, DF and AA. RGB value is (191,223,170). Sum of RGB (Red+Green+Blue) = 191+223+170=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDFAA is #402055. Grayscale: #CFCFCF. Windows color (decimal): -4202582 or 11198399. OLE color: 11198399.

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

Color convert

RGB191223170-
CMYK0.1400.240.13
HSL96.23º45.3%77.06%-
HSV(B)96.23º23.77%87.45%-
XYZ55.1366.7548.01-
YUV207.39106.9116.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.71%
GREEN value IS 223 (87.5% from 255) = 38.18%
BLUE value IS 170 (66.80% from 255) = 29.11%
R=32.71%
G=38.18%
B=29.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912231700.1400.240.1396.2345.377.06
HexBFDFAAE018D602d4d
Octal277337252160301514055115
Binary1011111111011111101010101110011000110111000001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFAA; }

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

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

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

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

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

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

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

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