#BCEAAE

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

Shades of Madang #BCEAAE

Tints of Madang #BCEAAE

Color information

#BCEAAE (or 0xBCEAAE) is unknown color: approx Madang. HEX triplet: BC, EA and AE. RGB value is (188,234,174). Sum of RGB (Red+Green+Blue) = 188+234+174=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 174 (68.36% from 255 or 29.19% from 596); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEAAE is #431551. Grayscale: #D5D5D5. Windows color (decimal): -4396370 or 11463356. OLE color: 11463356.

HSL color Cylindrical-coordinate representation of color #BCEAAE: hue angle of 106º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCEAAE is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB188234174-
CMYK0.2000.260.08
HSL106º58.82%80%-
HSV(B)106º25.64%91.76%-
XYZ57.872.5951.01-
YUV213.41105.76109.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.54%
GREEN value IS 234 (91.80% from 255) = 39.26%
BLUE value IS 174 (68.36% from 255) = 29.19%
R=31.54%
G=39.26%
B=29.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882341740.2000.260.0810658.8280
HexBCEAAE1401A86a3b50
Octal274352256240321015273120
Binary10111100111010101010111010100011010100011010101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEAAE; }

 p { color: rgb(188,234,174); }

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

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

 a { background-color: rgb(188,234,174); }

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

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

 span { border-color: rgb(188,234,174); }

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