#BCF3AA

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

Shades of Madang #BCF3AA

Tints of Madang #BCF3AA

Color information

#BCF3AA (or 0xBCF3AA) is unknown color: approx Madang. HEX triplet: BC, F3 and AA. RGB value is (188,243,170). Sum of RGB (Red+Green+Blue) = 188+243+170=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 243 (95.31% from 255 or 40.43% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF3AA is #430C55. Grayscale: #DADADA. Windows color (decimal): -4394070 or 11203516. OLE color: 11203516.

HSL color Cylindrical-coordinate representation of color #BCF3AA: hue angle of 105.21º degrees, saturation: 0.75, 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 #BCF3AA is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB188243170-
CMYK0.2300.300.05
HSL105.21º75.26%80.98%-
HSV(B)105.21º30.04%95.29%-
XYZ60.0577.6949.86-
YUV218.23100.78106.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.28%
GREEN value IS 243 (95.31% from 255) = 40.43%
BLUE value IS 170 (66.80% from 255) = 28.29%
R=31.28%
G=40.43%
B=28.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882431700.2300.300.05105.2175.2680.98
HexBCF3AA1701E5694b51
Octal274363252270365151113121
Binary10111100111100111010101010111011110101110100110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF3AA; }

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

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

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

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

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

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

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

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