#BCFFAE

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

Shades of Madang #BCFFAE

Tints of Madang #BCFFAE

Color information

#BCFFAE (or 0xBCFFAE) is unknown color: approx Madang. HEX triplet: BC, FF and AE. RGB value is (188,255,174). Sum of RGB (Red+Green+Blue) = 188+255+174=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 174 (68.36% from 255 or 28.20% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFFAE is #430051. Grayscale: #E1E1E1. Windows color (decimal): -4390994 or 11468732. OLE color: 11468732.

HSL color Cylindrical-coordinate representation of color #BCFFAE: hue angle of 109.63º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCFFAE is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB188255174-
CMYK0.2600.320
HSL109.63º100%84.12%-
HSV(B)109.63º31.76%100%-
XYZ64.1485.2753.12-
YUV225.7398.8101.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.47%
GREEN value IS 255 (100% from 255) = 41.33%
BLUE value IS 174 (68.36% from 255) = 28.20%
R=30.47%
G=41.33%
B=28.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882551740.2600.320109.6310084.12
HexBCFFAE1A02006e6454
Octal274377256320400156144124
Binary1011110011111111101011101101001000000110111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFAE; }

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

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

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

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

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

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

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

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