#BCEB95

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

Shades of Madang #BCEB95

Tints of Madang #BCEB95

Color information

#BCEB95 (or 0xBCEB95) is unknown color: approx Madang. HEX triplet: BC, EB and 95. RGB value is (188,235,149). Sum of RGB (Red+Green+Blue) = 188+235+149=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 235 (92.19% from 255 or 41.08% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEB95 is #43146A. Grayscale: #D3D3D3. Windows color (decimal): -4396139 or 9825212. OLE color: 9825212.

HSL color Cylindrical-coordinate representation of color #BCEB95: hue angle of 92.79º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCEB95 is Cyan = 0.2, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB188235149-
CMYK0.200.370.08
HSL92.79º68.25%75.29%-
HSV(B)92.79º36.6%92.16%-
XYZ55.8772.2839.44-
YUV211.1492.93111.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.87%
GREEN value IS 235 (92.19% from 255) = 41.08%
BLUE value IS 149 (58.59% from 255) = 26.05%
R=32.87%
G=41.08%
B=26.05%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882351490.200.370.0892.7968.2575.29
HexBCEB951402585d444b
Octal2743532252404510135104113
Binary1011110011101011100101011010001001011000101110110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEB95; }

 p { color: rgb(188,235,149); }

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

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

 a { background-color: rgb(188,235,149); }

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

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

 span { border-color: rgb(188,235,149); }

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