#BFDCB1

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

Shades of Madang #BFDCB1

Tints of Madang #BFDCB1

Color information

#BFDCB1 (or 0xBFDCB1) is unknown color: approx Madang. HEX triplet: BF, DC and B1. RGB value is (191,220,177). Sum of RGB (Red+Green+Blue) = 191+220+177=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 177 (69.53% from 255 or 30.10% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDCB1 is #40234E. Grayscale: #CECECE. Windows color (decimal): -4203343 or 11656383. OLE color: 11656383.

HSL color Cylindrical-coordinate representation of color #BFDCB1: hue angle of 100.47º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFDCB1 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB191220177-
CMYK0.1300.200.14
HSL100.47º38.05%77.84%-
HSV(B)100.47º19.55%86.27%-
XYZ55.0165.4451.33-
YUV206.43111.39117-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.48%
GREEN value IS 220 (86.33% from 255) = 37.41%
BLUE value IS 177 (69.53% from 255) = 30.10%
R=32.48%
G=37.41%
B=30.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912201770.1300.200.14100.4738.0577.84
HexBFDCB1D014E64264e
Octal277334261150241614446116
Binary1011111111011100101100011101010100111011001001001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCB1; }

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

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

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

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

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

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

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

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