#BCEAAB

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

Shades of Madang #BCEAAB

Tints of Madang #BCEAAB

Color information

#BCEAAB (or 0xBCEAAB) is unknown color: approx Madang. HEX triplet: BC, EA and AB. RGB value is (188,234,171). Sum of RGB (Red+Green+Blue) = 188+234+171=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 171 (67.19% from 255 or 28.84% from 593); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEAAB is #431554. Grayscale: #D5D5D5. Windows color (decimal): -4396373 or 11266748. OLE color: 11266748.

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

Color convert

RGB188234171-
CMYK0.2000.270.08
HSL103.81º60%79.41%-
HSV(B)103.81º26.92%91.76%-
XYZ57.5172.4849.49-
YUV213.06104.26110.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.70%
GREEN value IS 234 (91.80% from 255) = 39.46%
BLUE value IS 171 (67.19% from 255) = 28.84%
R=31.70%
G=39.46%
B=28.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882341710.2000.270.08103.816079.41
HexBCEAAB1401B8683c4f
Octal274352253240331015074117
Binary10111100111010101010101110100011011100011010001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEAAB; }

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

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

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

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

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

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

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

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