#BCFAB3

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

Shades of Madang #BCFAB3

Tints of Madang #BCFAB3

Color information

#BCFAB3 (or 0xBCFAB3) is unknown color: approx Madang. HEX triplet: BC, FA and B3. RGB value is (188,250,179). Sum of RGB (Red+Green+Blue) = 188+250+179=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 179 (70.31% from 255 or 29.01% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAB3 is #43054C. Grayscale: #DFDFDF. Windows color (decimal): -4392269 or 11795132. OLE color: 11795132.

HSL color Cylindrical-coordinate representation of color #BCFAB3: hue angle of 112.39º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCFAB3 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB188250179-
CMYK0.2500.280.02
HSL112.39º87.65%84.12%-
HSV(B)112.39º28.4%98.04%-
XYZ63.0682.3255.21-
YUV223.37102.96102.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.47%
GREEN value IS 250 (98.05% from 255) = 40.52%
BLUE value IS 179 (70.31% from 255) = 29.01%
R=30.47%
G=40.52%
B=29.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882501790.2500.280.02112.3987.6584.12
HexBCFAB31901C2705854
Octal274372263310342160130124
Binary1011110011111010101100111100101110010111000010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFAB3; }

 p { color: rgb(188,250,179); }

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

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

 a { background-color: rgb(188,250,179); }

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

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

 span { border-color: rgb(188,250,179); }

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