#BCDBAB

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

Shades of Madang #BCDBAB

Tints of Madang #BCDBAB

Color information

#BCDBAB (or 0xBCDBAB) is unknown color: approx Madang. HEX triplet: BC, DB and AB. RGB value is (188,219,171). Sum of RGB (Red+Green+Blue) = 188+219+171=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 171 (67.19% from 255 or 29.58% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDBAB is #432454. Grayscale: #CCCCCC. Windows color (decimal): -4400213 or 11262908. OLE color: 11262908.

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

Color convert

RGB188219171-
CMYK0.1400.220.14
HSL98.75º40%76.47%-
HSV(B)98.75º21.92%85.88%-
XYZ53.4264.2948.12-
YUV204.26109.23116.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.53%
GREEN value IS 219 (85.94% from 255) = 37.89%
BLUE value IS 171 (67.19% from 255) = 29.58%
R=32.53%
G=37.89%
B=29.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882191710.1400.220.1498.754076.47
HexBCDBABE016E63284c
Octal274333253160261614350114
Binary1011110011011011101010111110010110111011000111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDBAB; }

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

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

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

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

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

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

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

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