#BCDAAA

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

Shades of Madang #BCDAAA

Tints of Madang #BCDAAA

Color information

#BCDAAA (or 0xBCDAAA) is unknown color: approx Madang. HEX triplet: BC, DA and AA. RGB value is (188,218,170). Sum of RGB (Red+Green+Blue) = 188+218+170=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDAAA is #432555. Grayscale: #CBCBCB. Windows color (decimal): -4400470 or 11197116. OLE color: 11197116.

HSL color Cylindrical-coordinate representation of color #BCDAAA: hue angle of 97.5º 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 #BCDAAA is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB188218170-
CMYK0.1400.220.15
HSL97.5º39.34%76.08%-
HSV(B)97.5º22.02%85.49%-
XYZ53.0763.7447.54-
YUV203.56109.06116.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.64%
GREEN value IS 218 (85.55% from 255) = 37.85%
BLUE value IS 170 (66.80% from 255) = 29.51%
R=32.64%
G=37.85%
B=29.51%

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
Decimal1882181700.1400.220.1597.539.3476.08
HexBCDAAAE016F61274c
Octal274332252160261714147114
Binary1011110011011010101010101110010110111111000011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDAAA; }

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

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

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

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

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

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

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

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