#BFDEAA

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

Shades of Madang #BFDEAA

Tints of Madang #BFDEAA

Color information

#BFDEAA (or 0xBFDEAA) is unknown color: approx Madang. HEX triplet: BF, DE and AA. RGB value is (191,222,170). Sum of RGB (Red+Green+Blue) = 191+222+170=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDEAA is #402155. Grayscale: #CECECE. Windows color (decimal): -4202838 or 11198143. OLE color: 11198143.

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

Color convert

RGB191222170-
CMYK0.1400.230.13
HSL95.77º44.07%76.86%-
HSV(B)95.77º23.42%87.06%-
XYZ54.8666.2247.92-
YUV206.8107.23116.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.76%
GREEN value IS 222 (87.11% from 255) = 38.08%
BLUE value IS 170 (66.80% from 255) = 29.16%
R=32.76%
G=38.08%
B=29.16%

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
Decimal1912221700.1400.230.1395.7744.0776.86
HexBFDEAAE017D602c4d
Octal277336252160271514054115
Binary1011111111011110101010101110010111110111000001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDEAA; }

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

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

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

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

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

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

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

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