#BCFFAF

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

Shades of Madang #BCFFAF

Tints of Madang #BCFFAF

Color information

#BCFFAF (or 0xBCFFAF) is unknown color: approx Madang. HEX triplet: BC, FF and AF. RGB value is (188,255,175). Sum of RGB (Red+Green+Blue) = 188+255+175=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFFAF is #430050. Grayscale: #E2E2E2. Windows color (decimal): -4390993 or 11534268. OLE color: 11534268.

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

Color convert

RGB188255175-
CMYK0.2600.310
HSL110.25º100%84.31%-
HSV(B)110.25º31.37%100%-
XYZ64.2485.3153.64-
YUV225.8599.3101-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.42%
GREEN value IS 255 (100% from 255) = 41.26%
BLUE value IS 175 (68.75% from 255) = 28.32%
R=30.42%
G=41.26%
B=28.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882551750.2600.310110.2510084.31
HexBCFFAF1A01F06e6454
Octal274377257320370156144124
Binary101111001111111110101111110100111110110111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFAF; }

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

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

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

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

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

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

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

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