#BCEBAA

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

Shades of Madang #BCEBAA

Tints of Madang #BCEBAA

Color information

#BCEBAA (or 0xBCEBAA) is unknown color: approx Madang. HEX triplet: BC, EB and AA. RGB value is (188,235,170). Sum of RGB (Red+Green+Blue) = 188+235+170=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEBAA is #431455. Grayscale: #D5D5D5. Windows color (decimal): -4396118 or 11201468. OLE color: 11201468.

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

Color convert

RGB188235170-
CMYK0.200.280.08
HSL103.38º61.9%79.41%-
HSV(B)103.38º27.66%92.16%-
XYZ57.773.0149.08-
YUV213.54103.43109.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.70%
GREEN value IS 235 (92.19% from 255) = 39.63%
BLUE value IS 170 (66.80% from 255) = 28.67%
R=31.70%
G=39.63%
B=28.67%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882351700.200.280.08103.3861.979.41
HexBCEBAA1401C8673e4f
Octal274353252240341014776117
Binary10111100111010111010101010100011100100011001111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEBAA; }

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

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

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

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

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

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

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

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