#BCEDB3

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

Shades of Madang #BCEDB3

Tints of Madang #BCEDB3

Color information

#BCEDB3 (or 0xBCEDB3) is unknown color: approx Madang. HEX triplet: BC, ED and B3. RGB value is (188,237,179). Sum of RGB (Red+Green+Blue) = 188+237+179=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 179 (70.31% from 255 or 29.64% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDB3 is #43124C. Grayscale: #D7D7D7. Windows color (decimal): -4395597 or 11791804. OLE color: 11791804.

HSL color Cylindrical-coordinate representation of color #BCEDB3: hue angle of 110.69º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCEDB3 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB188237179-
CMYK0.2100.240.07
HSL110.69º61.7%81.57%-
HSV(B)110.69º24.47%92.94%-
XYZ59.1674.5153.91-
YUV215.74107.27108.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.13%
GREEN value IS 237 (92.97% from 255) = 39.24%
BLUE value IS 179 (70.31% from 255) = 29.64%
R=31.13%
G=39.24%
B=29.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882371790.2100.240.07110.6961.781.57
HexBCEDB31501876f3e52
Octal27435526325030715776122
Binary1011110011101101101100111010101100011111011111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEDB3; }

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

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

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

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

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

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

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

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