#BCFFAA

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

Shades of Madang #BCFFAA

Tints of Madang #BCFFAA

Color information

#BCFFAA (or 0xBCFFAA) is unknown color: approx Madang. HEX triplet: BC, FF and AA. RGB value is (188,255,170). Sum of RGB (Red+Green+Blue) = 188+255+170=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFFAA is #430055. Grayscale: #E1E1E1. Windows color (decimal): -4390998 or 11206588. OLE color: 11206588.

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

Color convert

RGB188255170-
CMYK0.2600.330
HSL107.29º100%83.33%-
HSV(B)107.29º33.33%100%-
XYZ63.7585.1151.1-
YUV225.2896.8101.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.67%
GREEN value IS 255 (100% from 255) = 41.60%
BLUE value IS 170 (66.80% from 255) = 27.73%
R=30.67%
G=41.60%
B=27.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882551700.2600.330107.2910083.33
HexBCFFAA1A02106b6453
Octal274377252320410153144123
Binary1011110011111111101010101101001000010110101111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFAA; }

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

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

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

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

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

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

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

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