#BCDAAB

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

Shades of Madang #BCDAAB

Tints of Madang #BCDAAB

Color information

#BCDAAB (or 0xBCDAAB) is unknown color: approx Madang. HEX triplet: BC, DA and AB. RGB value is (188,218,171). Sum of RGB (Red+Green+Blue) = 188+218+171=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDAAB is #432554. Grayscale: #CBCBCB. Windows color (decimal): -4400469 or 11262652. OLE color: 11262652.

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

Color convert

RGB188218171-
CMYK0.1400.220.15
HSL98.3º38.84%76.27%-
HSV(B)98.3º21.56%85.49%-
XYZ53.1663.7748.04-
YUV203.67109.56116.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.58%
GREEN value IS 218 (85.55% from 255) = 37.78%
BLUE value IS 171 (67.19% from 255) = 29.64%
R=32.58%
G=37.78%
B=29.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882181710.1400.220.1598.338.8476.27
HexBCDAABE016F62274c
Octal274332253160261714247114
Binary1011110011011010101010111110010110111111000101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDAAB; }

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

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

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

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

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

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

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

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