#BCDEB3

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

Shades of Madang #BCDEB3

Tints of Madang #BCDEB3

Color information

#BCDEB3 (or 0xBCDEB3) is unknown color: approx Madang. HEX triplet: BC, DE and B3. RGB value is (188,222,179). Sum of RGB (Red+Green+Blue) = 188+222+179=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 179 (70.31% from 255 or 30.39% from 589); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDEB3 is #43214C. Grayscale: #CFCFCF. Windows color (decimal): -4399437 or 11787964. OLE color: 11787964.

HSL color Cylindrical-coordinate representation of color #BCDEB3: hue angle of 107.44º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCDEB3 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB188222179-
CMYK0.1500.190.13
HSL107.44º39.45%78.63%-
HSV(B)107.44º19.37%87.06%-
XYZ5566.1952.52-
YUV206.93112.24114.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.92%
GREEN value IS 222 (87.11% from 255) = 37.69%
BLUE value IS 179 (70.31% from 255) = 30.39%
R=31.92%
G=37.69%
B=30.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882221790.1500.190.13107.4439.4578.63
HexBCDEB3F013D6b274f
Octal274336263170231515347117
Binary1011110011011110101100111111010011110111010111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDEB3; }

 p { color: rgb(188,222,179); }

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

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

 a { background-color: rgb(188,222,179); }

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

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

 span { border-color: rgb(188,222,179); }

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