#BDFBAC

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

Shades of Madang #BDFBAC

Tints of Madang #BDFBAC

Color information

#BDFBAC (or 0xBDFBAC) is unknown color: approx Madang. HEX triplet: BD, FB and AC. RGB value is (189,251,172). Sum of RGB (Red+Green+Blue) = 189+251+172=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 172 (67.58% from 255 or 28.10% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFBAC is #420453. Grayscale: #DFDFDF. Windows color (decimal): -4326484 or 11336637. OLE color: 11336637.

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

Color convert

RGB189251172-
CMYK0.2500.310.02
HSL107.09º90.8%82.94%-
HSV(B)107.09º31.47%98.43%-
XYZ62.9382.7951.69-
YUV223.4698.96103.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.88%
GREEN value IS 251 (98.44% from 255) = 41.01%
BLUE value IS 172 (67.58% from 255) = 28.10%
R=30.88%
G=41.01%
B=28.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892511720.2500.310.02107.0990.882.94
HexBDFBAC1901F26b5b53
Octal275373254310372153133123
Binary1011110111111011101011001100101111110110101110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBAC; }

 p { color: rgb(189,251,172); }

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

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

 a { background-color: rgb(189,251,172); }

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

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

 span { border-color: rgb(189,251,172); }

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