#BCDBAC

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

Shades of Madang #BCDBAC

Tints of Madang #BCDBAC

Color information

#BCDBAC (or 0xBCDBAC) is unknown color: approx Madang. HEX triplet: BC, DB and AC. RGB value is (188,219,172). Sum of RGB (Red+Green+Blue) = 188+219+172=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDBAC is #432453. Grayscale: #CCCCCC. Windows color (decimal): -4400212 or 11328444. OLE color: 11328444.

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

Color convert

RGB188219172-
CMYK0.1400.210.14
HSL99.57º39.5%76.67%-
HSV(B)99.57º21.46%85.88%-
XYZ53.5264.3348.63-
YUV204.37109.73116.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.47%
GREEN value IS 219 (85.94% from 255) = 37.82%
BLUE value IS 172 (67.58% from 255) = 29.71%
R=32.47%
G=37.82%
B=29.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882191720.1400.210.1499.5739.576.67
HexBCDBACE015E64274d
Octal274333254160251614447115
Binary1011110011011011101011001110010101111011001001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDBAC; }

 p { color: rgb(188,219,172); }

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

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

 a { background-color: rgb(188,219,172); }

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

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

 span { border-color: rgb(188,219,172); }

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