#BCFDAF

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

Shades of Madang #BCFDAF

Tints of Madang #BCFDAF

Color information

#BCFDAF (or 0xBCFDAF) is unknown color: approx Madang. HEX triplet: BC, FD and AF. RGB value is (188,253,175). Sum of RGB (Red+Green+Blue) = 188+253+175=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFDAF is #430250. Grayscale: #E0E0E0. Windows color (decimal): -4391505 or 11533756. OLE color: 11533756.

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

Color convert

RGB188253175-
CMYK0.2600.310.01
HSL110º95.12%83.92%-
HSV(B)110º30.83%99.22%-
XYZ63.684.0453.43-
YUV224.6799.97101.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.52%
GREEN value IS 253 (99.22% from 255) = 41.07%
BLUE value IS 175 (68.75% from 255) = 28.41%
R=30.52%
G=41.07%
B=28.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882531750.2600.310.0111095.1283.92
HexBCFDAF1A01F16e5f54
Octal274375257320371156137124
Binary101111001111110110101111110100111111110111010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFDAF; }

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

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

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

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

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

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

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

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