#BCF2AA

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

Shades of Madang #BCF2AA

Tints of Madang #BCF2AA

Color information

#BCF2AA (or 0xBCF2AA) is unknown color: approx Madang. HEX triplet: BC, F2 and AA. RGB value is (188,242,170). Sum of RGB (Red+Green+Blue) = 188+242+170=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 170 (66.80% from 255 or 28.33% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF2AA is #430D55. Grayscale: #D9D9D9. Windows color (decimal): -4394326 or 11203260. OLE color: 11203260.

HSL color Cylindrical-coordinate representation of color #BCF2AA: hue angle of 105º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCF2AA is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB188242170-
CMYK0.2200.300.05
HSL105º73.47%80.78%-
HSV(B)105º29.75%94.9%-
XYZ59.7577.149.76-
YUV217.65101.11106.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.33%
GREEN value IS 242 (94.92% from 255) = 40.33%
BLUE value IS 170 (66.80% from 255) = 28.33%
R=31.33%
G=40.33%
B=28.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882421700.2200.300.0510573.4780.78
HexBCF2AA1601E5694951
Octal274362252260365151111121
Binary10111100111100101010101010110011110101110100110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF2AA; }

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

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

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

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

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

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

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

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