#BDFCA7

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

Shades of Madang #BDFCA7

Tints of Madang #BDFCA7

Color information

#BDFCA7 (or 0xBDFCA7) is unknown color: approx Madang. HEX triplet: BD, FC and A7. RGB value is (189,252,167). Sum of RGB (Red+Green+Blue) = 189+252+167=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 252 (98.83% from 255 or 41.45% from 608); Blue value is 167 (65.62% from 255 or 27.47% from 608); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFCA7 is #420358. Grayscale: #DFDFDF. Windows color (decimal): -4326233 or 11009213. OLE color: 11009213.

HSL color Cylindrical-coordinate representation of color #BDFCA7: hue angle of 104.47º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDFCA7 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB189252167-
CMYK0.2500.340.01
HSL104.47º93.41%82.16%-
HSV(B)104.47º33.73%98.82%-
XYZ62.7783.2349.32-
YUV223.4796.13103.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.09%
GREEN value IS 252 (98.83% from 255) = 41.45%
BLUE value IS 167 (65.62% from 255) = 27.47%
R=31.09%
G=41.45%
B=27.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892521670.2500.340.01104.4793.4182.16
HexBDFCA7190221685d52
Octal275374247310421150135122
Binary1011110111111100101001111100101000101110100010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFCA7; }

 p { color: rgb(189,252,167); }

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

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

 a { background-color: rgb(189,252,167); }

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

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

 span { border-color: rgb(189,252,167); }

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