#BCDBB1

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

Shades of Madang #BCDBB1

Tints of Madang #BCDBB1

Color information

#BCDBB1 (or 0xBCDBB1) is unknown color: approx Madang. HEX triplet: BC, DB and B1. RGB value is (188,219,177). Sum of RGB (Red+Green+Blue) = 188+219+177=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 177 (69.53% from 255 or 30.31% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDBB1 is #43244E. Grayscale: #CDCDCD. Windows color (decimal): -4400207 or 11656124. OLE color: 11656124.

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

Color convert

RGB188219177-
CMYK0.1400.190.14
HSL104.29º36.84%77.65%-
HSV(B)104.29º19.18%85.88%-
XYZ54.0164.5351.2-
YUV204.94112.23115.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.19%
GREEN value IS 219 (85.94% from 255) = 37.5%
BLUE value IS 177 (69.53% from 255) = 30.31%
R=32.19%
G=37.5%
B=30.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882191770.1400.190.14104.2936.8477.65
HexBCDBB1E013E68254e
Octal274333261160231615045116
Binary1011110011011011101100011110010011111011010001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDBB1; }

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

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

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

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

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

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

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

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