#BFDCAD

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

Shades of Madang #BFDCAD

Tints of Madang #BFDCAD

Color information

#BFDCAD (or 0xBFDCAD) is unknown color: approx Madang. HEX triplet: BF, DC and AD. RGB value is (191,220,173). Sum of RGB (Red+Green+Blue) = 191+220+173=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDCAD is #402352. Grayscale: #CECECE. Windows color (decimal): -4203347 or 11394239. OLE color: 11394239.

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

Color convert

RGB191220173-
CMYK0.1300.210.14
HSL97.02º40.17%77.06%-
HSV(B)97.02º21.36%86.27%-
XYZ54.6265.2849.26-
YUV205.97109.39117.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.71%
GREEN value IS 220 (86.33% from 255) = 37.67%
BLUE value IS 173 (67.97% from 255) = 29.62%
R=32.71%
G=37.67%
B=29.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912201730.1300.210.1497.0240.1777.06
HexBFDCADD015E61284d
Octal277334255150251614150115
Binary1011111111011100101011011101010101111011000011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCAD; }

 p { color: rgb(191,220,173); }

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

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

 a { background-color: rgb(191,220,173); }

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

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

 span { border-color: rgb(191,220,173); }

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